public class StaticMarkerBinder
extends java.lang.Object
implements org.slf4j.spi.MarkerFactoryBinder
MarkerFactory
class with an actual instance of
IMarkerFactory
is performed using information returned by this class.Modifier and Type | Field and Description |
---|---|
(package private) org.slf4j.IMarkerFactory |
markerFactory |
static StaticMarkerBinder |
SINGLETON
The unique instance of this class.
|
Modifier | Constructor and Description |
---|---|
private |
StaticMarkerBinder() |
Modifier and Type | Method and Description |
---|---|
org.slf4j.IMarkerFactory |
getMarkerFactory()
Currently this method always returns an instance of
BasicMarkerFactory . |
java.lang.String |
getMarkerFactoryClassStr()
Currently, this method returns the class name of
BasicMarkerFactory . |
static StaticMarkerBinder |
getSingleton()
Return the singleton of this class.
|
public static final StaticMarkerBinder SINGLETON
final org.slf4j.IMarkerFactory markerFactory
public static StaticMarkerBinder getSingleton()
public org.slf4j.IMarkerFactory getMarkerFactory()
BasicMarkerFactory
.getMarkerFactory
in interface org.slf4j.spi.MarkerFactoryBinder
public java.lang.String getMarkerFactoryClassStr()
BasicMarkerFactory
.getMarkerFactoryClassStr
in interface org.slf4j.spi.MarkerFactoryBinder