Package | Description |
---|---|
org.slf4j |
Core logging interfaces.
|
org.slf4j.helpers |
Helper classes.
|
org.slf4j.impl |
Implementations of core logging interfaces defined in the
org.slf4j package. |
org.slf4j.spi |
Classes and interfaces which are internal to SLF4J.
|
Modifier and Type | Field and Description |
---|---|
(package private) static IMarkerFactory |
MarkerFactory.MARKER_FACTORY |
Modifier and Type | Method and Description |
---|---|
private static IMarkerFactory |
MarkerFactory.bwCompatibleGetMarkerFactoryFromBinder()
As of SLF4J version 1.7.14, StaticMarkerBinder classes shipping in various bindings
come with a getSingleton() method.
|
static IMarkerFactory |
MarkerFactory.getIMarkerFactory()
Return the
IMarkerFactory instance in use. |
Modifier and Type | Class and Description |
---|---|
class |
BasicMarkerFactory
An almost trivial implementation of the
IMarkerFactory
interface which creates BasicMarker instances. |
Modifier and Type | Field and Description |
---|---|
(package private) IMarkerFactory |
StaticMarkerBinder.markerFactory |
Modifier and Type | Method and Description |
---|---|
IMarkerFactory |
StaticMarkerBinder.getMarkerFactory()
Currently this method always returns an instance of
BasicMarkerFactory . |
Modifier and Type | Method and Description |
---|---|
IMarkerFactory |
MarkerFactoryBinder.getMarkerFactory()
Return the instance of
IMarkerFactory that
MarkerFactory class should bind to. |