org.mortbay.log
Class Slf4jLog
java.lang.Object
org.mortbay.log.Slf4jLog
- All Implemented Interfaces:
- Logger
class Slf4jLog
- extends Object
- implements Logger
LOGGER
private static final String LOGGER
- See Also:
- Constant Field Values
LOGGERFACTORY
private static final String LOGGERFACTORY
- See Also:
- Constant Field Values
NO_ARGS
private static final Object[] NO_ARGS
infoSOO
private Method infoSOO
debugSOO
private Method debugSOO
debugST
private Method debugST
debugEnabled
private Method debugEnabled
warnSOO
private Method warnSOO
warnST
private Method warnST
logger
private Object logger
Slf4jLog
Slf4jLog()
throws Exception
- Throws:
Exception
Slf4jLog
Slf4jLog(String name)
throws Exception
- Throws:
Exception
debug
public void debug(String msg,
Object arg0,
Object arg1)
- Specified by:
debug
in interface Logger
debug
public void debug(String msg,
Throwable th)
- Specified by:
debug
in interface Logger
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabled
in interface Logger
info
public void info(String msg,
Object arg0,
Object arg1)
- Specified by:
info
in interface Logger
warn
public void warn(String msg,
Object arg0,
Object arg1)
- Specified by:
warn
in interface Logger
warn
public void warn(String msg,
Throwable th)
- Specified by:
warn
in interface Logger
getLogger
public Logger getLogger(String name)
- Specified by:
getLogger
in interface Logger
toString
public String toString()
- Overrides:
toString
in class Object