slf4jLogger
Modifier and Type | Method and Description |
---|---|
static Logger |
getLogger(Class clazz) |
static Logger |
getLogger(String name) |
static Logger |
getRootLogger()
Does the obvious.
|
boolean |
isTraceEnabled()
Delegates to
Logger.isTraceEnabled()
method of SLF4J. |
void |
trace(Object message)
Delegates to
Logger.trace(String) method in SLF4J. |
void |
trace(Object message,
Throwable t)
Delegates to
Logger.trace(String,Throwable)
method in SLF4J. |
convertToString, debug, debug, error, error, fatal, fatal, getEffectiveLevel, getInstance, getInstance, getLevel, getName, getPriority, info, info, isDebugEnabled, isEnabledFor, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, log, warn, warn
public static Logger getRootLogger()
public boolean isTraceEnabled()
Logger.isTraceEnabled()
method of SLF4J.public void trace(Object message)
Logger.trace(String)
method in SLF4J.public void trace(Object message, Throwable t)
Logger.trace(String,Throwable)
method in SLF4J.Copyright © 2005-2012 QOS.ch. All Rights Reserved.