Logger
decorating the SLF4J Logger
returned by a call to
SLF4J's LoggerFactory.getLogger(Class)
.Logger
decorating the SLF4J Logger
returned by a call to
SLF4J's LoggerFactory.getLogger(String)
.Level.DEBUG
, this
method will delegate to Logger.isDebugEnabled()
on the decorated logger.isTraceEnabled()
method except that the
marker data is also taken into account.Logger
that adds a set of methods called log that take an instance of Level as
the first argument and delegate to the appropriate method on the SLF4J Logger (info for INFO, etc).Logger
.LoggerFactory
.Copyright © 2013. All Rights Reserved.