public class StaticLoggerBinder extends Object implements org.slf4j.spi.LoggerFactoryBinder
LoggerFactory class with an actual instance of ILoggerFactory is performed using
information returned by this class.| Modifier and Type | Field and Description |
|---|---|
static String |
REQUESTED_API_VERSION
Declare the version of the SLF4J API this implementation is compiled against.
|
| Modifier and Type | Method and Description |
|---|---|
org.slf4j.ILoggerFactory |
getLoggerFactory()
Returns the logger factory.
|
String |
getLoggerFactoryClassStr()
Returns the logger factory class string.
|
static StaticLoggerBinder |
getSingleton()
Return the singleton of this class.
|
void |
setLog(org.apache.maven.plugin.logging.Log log)
Set the Task which will this is to log through.
|
public static String REQUESTED_API_VERSION
public static final StaticLoggerBinder getSingleton()
public void setLog(org.apache.maven.plugin.logging.Log log)
log - the task through which to logpublic org.slf4j.ILoggerFactory getLoggerFactory()
getLoggerFactory in interface org.slf4j.spi.LoggerFactoryBinderpublic String getLoggerFactoryClassStr()
getLoggerFactoryClassStr in interface org.slf4j.spi.LoggerFactoryBinderCopyright © 2013–2016 OWASP. All rights reserved.