public class StaticLoggerBinder
extends java.lang.Object
LoggerFactory class with an actual instance of
ILoggerFactory is performed using information returned by this class.
The code is copied into ACS from the slf4j 1.5.8 sources,
and modified to return ACSLoggerFactory instead of slf4j's JDK Logger factory.
The design of slf4j requires this StaticLoggerBinder class to be implemented in
package org.slf4j.impl so that slf4j will simply load it, without looking
at any properties or doing class loader tricks. See http://www.slf4j.org/manual.html.
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 ILoggerFactory getLoggerFactory()
public java.lang.String getLoggerFactoryClassStr()