Package org.slf4j.spi
Interface MarkerFactoryBinder
public interface MarkerFactoryBinder
Deprecated.
An internal interface which helps the static 
MarkerFactory 
 class bind with the appropriate IMarkerFactory instance.- Author:
- Ceki Gülcü
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Return the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.Deprecated.The String form of theIMarkerFactoryobject that thisMarkerFactoryBinderinstance is intended to return.
- 
Method Details- 
getMarkerFactoryDeprecated.Return the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.- Returns:
- the instance of IMarkerFactorythatMarkerFactoryclass should bind to.
 
- 
getMarkerFactoryClassStrDeprecated.The String form of theIMarkerFactoryobject that thisMarkerFactoryBinderinstance is intended to return.This method allows the developer to interrogate this binder's intention which may be different from the IMarkerFactoryinstance it is able to return. Such a discrepancy should only occur in case of errors.- Returns:
- the class name of the intended IMarkerFactoryinstance
 
 
-