Uses of Interface
org.slf4j.IMarkerFactory
-
Packages that use IMarkerFactory Package Description org.slf4j Core logging interfaces.org.slf4j.helpers Helper classes.org.slf4j.spi Classes and interfaces which are internal to SLF4J. -
-
Uses of IMarkerFactory in org.slf4j
Methods in org.slf4j that return IMarkerFactory Modifier and Type Method Description static IMarkerFactoryMarkerFactory. getIMarkerFactory()Return theIMarkerFactoryinstance in use. -
Uses of IMarkerFactory in org.slf4j.helpers
Classes in org.slf4j.helpers that implement IMarkerFactory Modifier and Type Class Description classBasicMarkerFactoryAn almost trivial implementation of theIMarkerFactoryinterface which createsBasicMarkerinstances.Methods in org.slf4j.helpers that return IMarkerFactory Modifier and Type Method Description IMarkerFactoryNOPServiceProvider. getMarkerFactory()IMarkerFactorySubstituteServiceProvider. getMarkerFactory() -
Uses of IMarkerFactory in org.slf4j.spi
Methods in org.slf4j.spi that return IMarkerFactory Modifier and Type Method Description IMarkerFactoryMarkerFactoryBinder. getMarkerFactory()Return the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.IMarkerFactorySLF4JServiceProvider. getMarkerFactory()Return the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.
-