Uses of Interface
org.slf4j.IMarkerFactory
Packages that use IMarkerFactory
Package
Description
Core logging interfaces.
Helper classes.
Classes and interfaces which are internal to SLF4J.
-
Uses of IMarkerFactory in org.slf4j
Fields in org.slf4j declared as IMarkerFactoryModifier and TypeFieldDescription(package private) static IMarkerFactory
MarkerFactory.MARKER_FACTORY
Methods in org.slf4j that return IMarkerFactoryModifier and TypeMethodDescriptionstatic IMarkerFactory
MarkerFactory.getIMarkerFactory()
Return theIMarkerFactory
instance in use. -
Uses of IMarkerFactory in org.slf4j.helpers
Classes in org.slf4j.helpers that implement IMarkerFactoryModifier and TypeClassDescriptionclass
An almost trivial implementation of theIMarkerFactory
interface which createsBasicMarker
instances.Fields in org.slf4j.helpers declared as IMarkerFactoryModifier and TypeFieldDescriptionprivate final IMarkerFactory
NOP_FallbackServiceProvider.markerFactory
private final IMarkerFactory
SubstituteServiceProvider.markerFactory
Methods in org.slf4j.helpers that return IMarkerFactoryModifier and TypeMethodDescriptionNOP_FallbackServiceProvider.getMarkerFactory()
SubstituteServiceProvider.getMarkerFactory()
-
Uses of IMarkerFactory in org.slf4j.jul
Fields in org.slf4j.jul declared as IMarkerFactoryMethods in org.slf4j.jul that return IMarkerFactory -
Uses of IMarkerFactory in org.slf4j.nop
Fields in org.slf4j.nop declared as IMarkerFactoryMethods in org.slf4j.nop that return IMarkerFactory -
Uses of IMarkerFactory in org.slf4j.simple
Fields in org.slf4j.simple declared as IMarkerFactoryMethods in org.slf4j.simple that return IMarkerFactory -
Uses of IMarkerFactory in org.slf4j.spi
Methods in org.slf4j.spi that return IMarkerFactoryModifier and TypeMethodDescriptionMarkerFactoryBinder.getMarkerFactory()
Deprecated.Return the instance ofIMarkerFactory
thatMarkerFactory
class should bind to.SLF4JServiceProvider.getMarkerFactory()
Return the instance ofIMarkerFactory
thatMarkerFactory
class should bind to.