Package org.slf4j.impl
Class StaticMarkerBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMarkerBinder
-
- All Implemented Interfaces:
MarkerFactoryBinder
@Deprecated(since="2021-07-04") public class StaticMarkerBinder extends Object implements MarkerFactoryBinder
Deprecated.Log implementation classes are not compatible with AEM as a Cloud Service.The binding ofMarkerFactoryclass with an actual instance ofIMarkerFactoryis performed using information returned by this class.
-
-
Field Summary
Fields Modifier and Type Field Description static StaticMarkerBinderSINGLETONDeprecated.The unique instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IMarkerFactorygetMarkerFactory()Deprecated.Currently this method always returns an instance ofBasicMarkerFactory.StringgetMarkerFactoryClassStr()Deprecated.Currently, this method returns the class name ofBasicMarkerFactory.
-
-
-
Field Detail
-
SINGLETON
public static final StaticMarkerBinder SINGLETON
Deprecated.The unique instance of this class.
-
-
Method Detail
-
getMarkerFactory
public IMarkerFactory getMarkerFactory()
Deprecated.Currently this method always returns an instance ofBasicMarkerFactory.- Specified by:
getMarkerFactoryin interfaceMarkerFactoryBinder- Returns:
- the instance of
IMarkerFactorythatMarkerFactoryclass should bind to.
-
getMarkerFactoryClassStr
public String getMarkerFactoryClassStr()
Deprecated.Currently, this method returns the class name ofBasicMarkerFactory.- Specified by:
getMarkerFactoryClassStrin interfaceMarkerFactoryBinder- Returns:
- the class name of the intended
IMarkerFactoryinstance
-
-