| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.apache.commons.logging.impl.Log4JLogger
Implementation of Log that maps directly to a Log4J
 Logger.  Initial configuration of the corresponding
 Logger instances should be done in the usual manner, as outlined in
 the Log4J documentation.
| Constructor Summary | |
| Log4JLogger() | |
| Log4JLogger(org.apache.log4j.Logger logger)For use with a log4j factory. | |
| Log4JLogger(java.lang.String name)Base constructor. | |
| Method Summary | |
|  void | debug(java.lang.Object message)Log a message to the Log4j Logger with DEBUGpriority. | 
|  void | debug(java.lang.Object message,
      java.lang.Throwable t)Log an error to the Log4j Logger with DEBUGpriority. | 
|  void | error(java.lang.Object message)Log a message to the Log4j Logger with ERRORpriority. | 
|  void | error(java.lang.Object message,
      java.lang.Throwable t)Log an error to the Log4j Logger with ERRORpriority. | 
|  void | fatal(java.lang.Object message)Log a message to the Log4j Logger with FATALpriority. | 
|  void | fatal(java.lang.Object message,
      java.lang.Throwable t)Log an error to the Log4j Logger with FATALpriority. | 
|  org.apache.log4j.Logger | getLogger()Return the native Logger instance we are using. | 
|  void | info(java.lang.Object message)Log a message to the Log4j Logger with INFOpriority. | 
|  void | info(java.lang.Object message,
     java.lang.Throwable t)Log an error to the Log4j Logger with INFOpriority. | 
|  boolean | isDebugEnabled()Check whether the Log4j Logger used is enabled for DEBUGpriority. | 
|  boolean | isErrorEnabled()Check whether the Log4j Logger used is enabled for ERRORpriority. | 
|  boolean | isFatalEnabled()Check whether the Log4j Logger used is enabled for FATALpriority. | 
|  boolean | isInfoEnabled()Check whether the Log4j Logger used is enabled for INFOpriority. | 
|  boolean | isTraceEnabled()Check whether the Log4j Logger used is enabled for TRACEpriority. | 
|  boolean | isWarnEnabled()Check whether the Log4j Logger used is enabled for WARNpriority. | 
|  void | trace(java.lang.Object message)Log a message to the Log4j Logger with TRACEpriority. | 
|  void | trace(java.lang.Object message,
      java.lang.Throwable t)Log an error to the Log4j Logger with TRACEpriority. | 
|  void | warn(java.lang.Object message)Log a message to the Log4j Logger with WARNpriority. | 
|  void | warn(java.lang.Object message,
     java.lang.Throwable t)Log an error to the Log4j Logger with WARNpriority. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public Log4JLogger()
public Log4JLogger(java.lang.String name)
public Log4JLogger(org.apache.log4j.Logger logger)
| Method Detail | 
public void trace(java.lang.Object message)
TRACE priority.
 Currently logs to DEBUG level in Log4J.
trace in interface Logmessage - log this message
public void trace(java.lang.Object message,
                  java.lang.Throwable t)
TRACE priority.
 Currently logs to DEBUG level in Log4J.
trace in interface Logmessage - log this messaget - log this causepublic void debug(java.lang.Object message)
DEBUG priority.
debug in interface Logmessage - log this message
public void debug(java.lang.Object message,
                  java.lang.Throwable t)
DEBUG priority.
debug in interface Logmessage - log this messaget - log this causepublic void info(java.lang.Object message)
INFO priority.
info in interface Logmessage - log this message
public void info(java.lang.Object message,
                 java.lang.Throwable t)
INFO priority.
info in interface Logmessage - log this messaget - log this causepublic void warn(java.lang.Object message)
WARN priority.
warn in interface Logmessage - log this message
public void warn(java.lang.Object message,
                 java.lang.Throwable t)
WARN priority.
warn in interface Logmessage - log this messaget - log this causepublic void error(java.lang.Object message)
ERROR priority.
error in interface Logmessage - log this message
public void error(java.lang.Object message,
                  java.lang.Throwable t)
ERROR priority.
error in interface Logmessage - log this messaget - log this causepublic void fatal(java.lang.Object message)
FATAL priority.
fatal in interface Logmessage - log this message
public void fatal(java.lang.Object message,
                  java.lang.Throwable t)
FATAL priority.
fatal in interface Logmessage - log this messaget - log this causepublic org.apache.log4j.Logger getLogger()
public boolean isDebugEnabled()
DEBUG priority.
isDebugEnabled in interface Logpublic boolean isErrorEnabled()
ERROR priority.
isErrorEnabled in interface Logpublic boolean isFatalEnabled()
FATAL priority.
isFatalEnabled in interface Logpublic boolean isInfoEnabled()
INFO priority.
isInfoEnabled in interface Logpublic boolean isTraceEnabled()
TRACE priority.
 For Log4J, this returns the value of isDebugEnabled()
isTraceEnabled in interface Logpublic boolean isWarnEnabled()
WARN priority.
isWarnEnabled in interface Log| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||