Home » commons-logging-1.1.1-src » org.apache.commons » logging » simple » [javadoc | source]
org.apache.commons.logging.simple
public class: DecoratedSimpleLog [javadoc | source]
java.lang.Object
   org.apache.commons.logging.impl.SimpleLog
      org.apache.commons.logging.simple.DecoratedSimpleLog

All Implemented Interfaces:
    Log, Serializable

Decorated instance of SimpleLog to expose internal state and support buffered output.

Field Summary
protected  ArrayList cache     
Fields inherited from org.apache.commons.logging.impl.SimpleLog:
systemPrefix,  simpleLogProps,  DEFAULT_DATE_TIME_FORMAT,  showLogName,  showShortName,  showDateTime,  dateTimeFormat,  dateFormatter,  LOG_LEVEL_TRACE,  LOG_LEVEL_DEBUG,  LOG_LEVEL_INFO,  LOG_LEVEL_WARN,  LOG_LEVEL_ERROR,  LOG_LEVEL_FATAL,  LOG_LEVEL_ALL,  LOG_LEVEL_OFF,  logName,  currentLogLevel
Constructor:
 public DecoratedSimpleLog(String name) 
Method from org.apache.commons.logging.simple.DecoratedSimpleLog Summary:
clearCache,   getCache,   getDateTimeFormat,   getDateTimeFormatter,   getLogName,   getShowDateTime,   getShowShortName,   log
Methods from 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,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.logging.simple.DecoratedSimpleLog Detail:
 public  void clearCache() 
 public List getCache() 
 public String getDateTimeFormat() 
 public DateFormat getDateTimeFormatter() 
 public String getLogName() 
 public boolean getShowDateTime() 
 public boolean getShowShortName() 
 protected  void log(int type,
    Object message,
    Throwable t)