|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.logging.impl.SimpleLog
org.foray.common.FOrayLogger
public class FOrayLogger
Extends the Apache Commons Logging SimpleLog
class to write to
System.out instead of System.err.
Field Summary |
---|
Fields inherited from class org.apache.commons.logging.impl.SimpleLog |
---|
currentLogLevel, dateFormatter, dateTimeFormat, DEFAULT_DATE_TIME_FORMAT, LOG_LEVEL_ALL, LOG_LEVEL_DEBUG, LOG_LEVEL_ERROR, LOG_LEVEL_FATAL, LOG_LEVEL_INFO, LOG_LEVEL_OFF, LOG_LEVEL_TRACE, LOG_LEVEL_WARN, logName, showDateTime, showLogName, showShortName, simpleLogProps, systemPrefix |
Constructor Summary | |
---|---|
FOrayLogger(String name)
Construct a simple log with given name. |
Method Summary | |
---|---|
protected void |
write(StringBuffer buffer)
Overrides the superclass logic to write output to System.out instead of System.err. |
Methods inherited from class org.apache.commons.logging.impl.SimpleLog |
---|
debug, debug, error, error, fatal, fatal, getLevel, info, info, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isLevelEnabled, isTraceEnabled, isWarnEnabled, log, setLevel, trace, trace, warn, warn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FOrayLogger(String name)
name
- The name of the logger.Method Detail |
---|
protected void write(StringBuffer buffer)
write
in class org.apache.commons.logging.impl.SimpleLog
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |