Package org.slf4j.impl
Class StaticMarkerBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMarkerBinder
-
- All Implemented Interfaces:
MarkerFactoryBinder
public final class StaticMarkerBinder extends Object implements MarkerFactoryBinder
BindsMarkerFactory
class with an instance ofIMarkerFactory
.
-
-
Field Summary
Fields Modifier and Type Field Description static StaticMarkerBinder
SINGLETON
The unique instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMarkerFactory
getMarkerFactory()
String
getMarkerFactoryClassStr()
-
-
-
Field Detail
-
SINGLETON
public static final StaticMarkerBinder SINGLETON
The unique instance of this class.
-
-
Method Detail
-
getMarkerFactory
public IMarkerFactory getMarkerFactory()
- Specified by:
getMarkerFactory
in interfaceMarkerFactoryBinder
-
getMarkerFactoryClassStr
public String getMarkerFactoryClassStr()
- Specified by:
getMarkerFactoryClassStr
in interfaceMarkerFactoryBinder
-
-