| java.lang.Object net.sourceforge.squirrel_sql.fw.util.log.Log4jLogger
Log4jLogger | public class Log4jLogger implements ILogger(Code) | | This is a logger that logs using the Apache log4j package.
author: Colin Bell |
Log4jLogger | Log4jLogger(Class> clazz, ILoggerListener listener)(Code) | | Ctor specifying the object requesting the logger. A
Log4J Logger is created using as a name the
fully qualified class of requester.
Parameters: clazz - The class requesting a logger. throws: IllegalArgumentException - Thrown if clazz is null. |
setLevel | public void setLevel(Level l)(Code) | | Sets the log level of the logger. For instance:
Level.ALL
Level.DEBUG
Level.ERROR
Level.FATAL
Level.INFO
Level.OFF
Level.WARN
Parameters: l - the level to set the logger to. |
|
|