slf4jLogger
Modifier and Type | Method and Description |
---|---|
static Logger |
getLogger(Class clazz) |
static Logger |
getLogger(String name) |
static Logger |
getLogger(String name,
LoggerFactory loggerFactory) |
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. |
addAppender, assertLog, convertToString, debug, debug, error, error, fatal, fatal, forcedLog, getAdditivity, getAllAppenders, getAppender, getEffectiveLevel, getInstance, getInstance, getLevel, getName, getParent, getPriority, info, info, isDebugEnabled, isEnabledFor, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, log, setAdditivity, setLevel, warn, warn
protected Logger(String name)
public static Logger getLogger(String name, LoggerFactory loggerFactory)
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–2015 QOS.ch. All rights reserved.