Uses of Interface
org.slf4j.IMarkerFactory
Packages that use IMarkerFactory
Package
Description
Core logging interfaces.
Helper classes.
Implementations of core logging interfaces defined in the
org.slf4j package.Classes and interfaces which are internal to SLF4J.
-
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. -
Uses of IMarkerFactory in org.slf4j.impl
Methods in org.slf4j.impl that return IMarkerFactoryModifier and TypeMethodDescriptionStaticMarkerBinder.getMarkerFactory()Currently this method always returns an instance ofBasicMarkerFactory. -
Uses of IMarkerFactory in org.slf4j.spi
Methods in org.slf4j.spi that return IMarkerFactoryModifier and TypeMethodDescriptionMarkerFactoryBinder.getMarkerFactory()Return the instance ofIMarkerFactorythatMarkerFactoryclass should bind to.