public class StaticLoggerBinder extends Object
LoggerFactory
class with an actual instance of
ILoggerFactory
is performed using information returned by this class.
This class is meant to provide a dummy StaticLoggerBinder to the slf4j-api module.
Real implementations are found in each SLF4J binding project, e.g. slf4j-nop,
slf4j-log4j12 etc.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 |
---|---|
ILoggerFactory |
getLoggerFactory() |
String |
getLoggerFactoryClassStr() |
static StaticLoggerBinder |
getSingleton()
Return the singleton of this class.
|
public static String REQUESTED_API_VERSION
public static final StaticLoggerBinder getSingleton()
public ILoggerFactory getLoggerFactory()
public String getLoggerFactoryClassStr()
Copyright © 2005–2014 QOS.ch. All rights reserved.