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
BindsMarkerFactoryclass with an instance ofIMarkerFactory.
-
-
Field Summary
Fields Modifier and Type Field Description static StaticMarkerBinderSINGLETONThe unique instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMarkerFactorygetMarkerFactory()StringgetMarkerFactoryClassStr()
-
-
-
Field Detail
-
SINGLETON
public static final StaticMarkerBinder SINGLETON
The unique instance of this class.
-
-
Method Detail
-
getMarkerFactory
public IMarkerFactory getMarkerFactory()
- Specified by:
getMarkerFactoryin interfaceMarkerFactoryBinder
-
getMarkerFactoryClassStr
public String getMarkerFactoryClassStr()
- Specified by:
getMarkerFactoryClassStrin interfaceMarkerFactoryBinder
-
-