|
Logback API Version 0.9.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.slf4j.impl.StaticLoggerBinder
public class StaticLoggerBinder
The binding of LoggerFactory
class with an actual instance of
ILoggerFactory
is performed using information returned by this class.
Field Summary | |
---|---|
static StaticLoggerBinder |
SINGLETON
The unique instance of this class. |
Method Summary | |
---|---|
ContextSelector |
getContextSelector()
Return the ContextSelector instance in use. |
ILoggerFactory |
getLoggerFactory()
|
String |
getLoggerFactoryClassStr()
|
void |
initialize()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final StaticLoggerBinder SINGLETON
Method Detail |
---|
public void initialize()
public ILoggerFactory getLoggerFactory()
getLoggerFactory
in interface LoggerFactoryBinder
public String getLoggerFactoryClassStr()
getLoggerFactoryClassStr
in interface LoggerFactoryBinder
public ContextSelector getContextSelector()
ContextSelector
instance in use.
|
Logback API Version 0.9.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |