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 IMarkerFactoryMarkerFactory.MARKER_FACTORYMethods in org.slf4j that return IMarkerFactoryModifier and TypeMethodDescriptionstatic IMarkerFactoryMarkerFactory.getIMarkerFactory()Return theIMarkerFactoryinstance in use. -
Uses of IMarkerFactory in org.slf4j.helpers
Classes in org.slf4j.helpers that implement IMarkerFactoryModifier and TypeClassDescriptionclassAn almost trivial implementation of theIMarkerFactoryinterface which createsBasicMarkerinstances.Fields in org.slf4j.helpers declared as IMarkerFactoryModifier and TypeFieldDescriptionprivate final IMarkerFactoryNOP_FallbackServiceProvider.markerFactoryprivate final IMarkerFactorySubstituteServiceProvider.markerFactoryMethods 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 ofIMarkerFactorythatMarkerFactoryclass should bind to.SLF4JServiceProvider.getMarkerFactory()Return the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.