|
SLF4J 1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.slf4j.impl.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 | |
IMarkerFactory |
getMarkerFactory()
Currently this method always returns an instance of BasicMarkerFactory . |
java.lang.String |
getMarkerFactoryClassStr()
Currently, this method returns the class name of BasicMarkerFactory . |
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 IMarkerFactory getMarkerFactory()
BasicMarkerFactory
.
getMarkerFactory
in interface MarkerFactoryBinder
IMarkerFactory
that
MarkerFactory
class should bind to.public java.lang.String getMarkerFactoryClassStr()
BasicMarkerFactory
.
getMarkerFactoryClassStr
in interface MarkerFactoryBinder
IMarkerFactory
instance
|
Copyright 2004-2006 SLF4J.ORG, QOS.ch | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |