|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.slf4j.impl.StaticMarkerBinder
public final class StaticMarkerBinder
The binding of MarkerFactory
class with an actual instance
of IMarkerFactory
is performed using information returned by this
class.
Field Summary | |
---|---|
static StaticMarkerBinder |
SINGLETON
The unique instance of this class. |
Method Summary | |
---|---|
org.slf4j.IMarkerFactory |
getMarkerFactory()
Return the instance of IMarkerFactory that
MarkerFactory class should bind to. |
java.lang.String |
getMarkerFactoryClassStr()
The String form of the IMarkerFactory object that
this MarkerFactoryBinder instance is intended to
return. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final StaticMarkerBinder SINGLETON
Method Detail |
---|
public org.slf4j.IMarkerFactory getMarkerFactory()
IMarkerFactory
that
MarkerFactory
class should bind to.
getMarkerFactory
in interface org.slf4j.spi.MarkerFactoryBinder
BasicMarkerFactory
.public java.lang.String getMarkerFactoryClassStr()
String
form of the IMarkerFactory
object that
this MarkerFactoryBinder
instance is intended to
return.
This method allows the developer to interogate this binder's intention
which may be different from the IMarkerFactory
instance it is
able to return. Such a discrepency should only occur in case of errors.
getMarkerFactoryClassStr
in interface org.slf4j.spi.MarkerFactoryBinder
BasicMarkerFactory
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |