public class StaticLoggerBinder
extends java.lang.Object
implements org.slf4j.spi.LoggerFactoryBinder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REQUESTED_API_VERSION
Declare the version of the SLF4J API this implementation is compiled
against.
|
| Constructor and Description |
|---|
StaticLoggerBinder() |
| Modifier and Type | Method and Description |
|---|---|
org.slf4j.ILoggerFactory |
getLoggerFactory() |
java.lang.String |
getLoggerFactoryClassStr() |
static StaticLoggerBinder |
getSingleton()
Return the singleton of this class.
|
public static java.lang.String REQUESTED_API_VERSION
public static final StaticLoggerBinder getSingleton()
public org.slf4j.ILoggerFactory getLoggerFactory()
getLoggerFactory in interface org.slf4j.spi.LoggerFactoryBinderpublic java.lang.String getLoggerFactoryClassStr()
getLoggerFactoryClassStr in interface org.slf4j.spi.LoggerFactoryBinder