Uses of Interface
org.slf4j.IMarkerFactory
Packages that use IMarkerFactory
Package
Description
Core logging interfaces.
Various SLF4J internal utility and helper classes.
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 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.Methods in org.slf4j.helpers that return IMarkerFactoryModifier and TypeMethodDescriptionNOP_FallbackServiceProvider.getMarkerFactory()SubstituteServiceProvider.getMarkerFactory() -
Uses of IMarkerFactory in org.slf4j.spi
Methods in org.slf4j.spi that return IMarkerFactoryModifier and TypeMethodDescriptionSLF4JServiceProvider.getMarkerFactory()Return the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.