Uses of Interface
org.slf4j.IMarkerFactory
Packages that use IMarkerFactory
Package
Description
Core logging interfaces.
Various SLF4J internal utility and helper classes.
NOP implementation
slf4j reload4j
Contains slf4j simple package.
Contains classes and interfaces which are intended for logging backends.
-
Uses of IMarkerFactory in org.slf4j
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.Methods in org.slf4j.helpers that return IMarkerFactoryModifier and TypeMethodDescriptionNOP_FallbackServiceProvider.getMarkerFactory()
SubstituteServiceProvider.getMarkerFactory()
-
Uses of IMarkerFactory in org.slf4j.jul
Methods in org.slf4j.jul that return IMarkerFactory -
Uses of IMarkerFactory in org.slf4j.nop
Methods in org.slf4j.nop that return IMarkerFactory -
Uses of IMarkerFactory in org.slf4j.reload4j
Methods in org.slf4j.reload4j that return IMarkerFactory -
Uses of IMarkerFactory in org.slf4j.simple
Methods in org.slf4j.simple that return IMarkerFactory -
Uses of IMarkerFactory in org.slf4j.spi
Methods in org.slf4j.spi that return IMarkerFactoryModifier and TypeMethodDescriptionSLF4JServiceProvider.getMarkerFactory()
Return the instance ofIMarkerFactory
thatMarkerFactory
class should bind to.