Package org.slf4j.impl
Class StaticMarkerBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMarkerBinder
-
- All Implemented Interfaces:
org.slf4j.spi.MarkerFactoryBinder
public class StaticMarkerBinder extends java.lang.Object implements org.slf4j.spi.MarkerFactoryBinderThe binding ofMarkerFactoryclass with an actual instance ofIMarkerFactoryis performed using information returned by this class.- Author:
- Ceki Gülcü
-
-
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 org.slf4j.IMarkerFactorygetMarkerFactory()Currently this method always returns an instance ofBasicMarkerFactory.java.lang.StringgetMarkerFactoryClassStr()Currently, this method returns the class name ofBasicMarkerFactory.
-
-
-
Field Detail
-
SINGLETON
public static final StaticMarkerBinder SINGLETON
The unique instance of this class.
-
-
Method Detail
-
getMarkerFactory
public org.slf4j.IMarkerFactory getMarkerFactory()
Currently this method always returns an instance ofBasicMarkerFactory.- Specified by:
getMarkerFactoryin interfaceorg.slf4j.spi.MarkerFactoryBinder
-
getMarkerFactoryClassStr
public java.lang.String getMarkerFactoryClassStr()
Currently, this method returns the class name ofBasicMarkerFactory.- Specified by:
getMarkerFactoryClassStrin interfaceorg.slf4j.spi.MarkerFactoryBinder
-
-