Uses of Interface
org.slf4j.IMarkerFactory
-
Packages that use IMarkerFactory Package Description org.slf4j Core logging interfaces.org.slf4j.helpers Helper classes.org.slf4j.impl Implementations of core logging interfaces defined in theorg.slf4j
package.org.slf4j.spi Classes and interfaces which are internal to SLF4J. -
-
Uses of IMarkerFactory in org.slf4j
Fields in org.slf4j declared as IMarkerFactory Modifier and Type Field Description (package private) static IMarkerFactory
MarkerFactory. MARKER_FACTORY
Methods in org.slf4j that return IMarkerFactory Modifier and Type Method 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 theIMarkerFactory
instance in use. -
Uses of IMarkerFactory in org.slf4j.helpers
Classes in org.slf4j.helpers that implement IMarkerFactory Modifier and Type Class Description class
BasicMarkerFactory
An almost trivial implementation of theIMarkerFactory
interface which createsBasicMarker
instances. -
Uses of IMarkerFactory in org.slf4j.impl
Fields in org.slf4j.impl declared as IMarkerFactory Modifier and Type Field Description (package private) IMarkerFactory
StaticMarkerBinder. markerFactory
Methods in org.slf4j.impl that return IMarkerFactory Modifier and Type Method Description IMarkerFactory
StaticMarkerBinder. getMarkerFactory()
Currently this method always returns an instance ofBasicMarkerFactory
. -
Uses of IMarkerFactory in org.slf4j.spi
Methods in org.slf4j.spi that return IMarkerFactory Modifier and Type Method Description IMarkerFactory
MarkerFactoryBinder. getMarkerFactory()
Return the instance ofIMarkerFactory
thatMarkerFactory
class should bind to.
-