Uses of Interface
org.slf4j.ILoggerFactory
Packages that use ILoggerFactory
Package
Description
Core logging interfaces.
Helper classes.
Classes and interfaces which are internal to SLF4J.
-
Uses of ILoggerFactory in org.slf4j
Methods in org.slf4j that return ILoggerFactoryModifier and TypeMethodDescriptionstatic ILoggerFactory
LoggerFactory.getILoggerFactory()
Return theILoggerFactory
instance in use. -
Uses of ILoggerFactory in org.slf4j.helpers
Classes in org.slf4j.helpers that implement ILoggerFactoryModifier and TypeClassDescriptionclass
NOPLoggerFactory is a trivial implementation ofILoggerFactory
which always returns the unique instance of NOPLogger.class
SubstituteLoggerFactory manages instances ofSubstituteLogger
.Fields in org.slf4j.helpers declared as ILoggerFactoryModifier and TypeFieldDescriptionprivate final ILoggerFactory
NOP_FallbackServiceProvider.loggerFactory
Methods in org.slf4j.helpers that return ILoggerFactoryModifier and TypeMethodDescriptionNOP_FallbackServiceProvider.getLoggerFactory()
SubstituteServiceProvider.getLoggerFactory()
-
Uses of ILoggerFactory in org.slf4j.jul
Classes in org.slf4j.jul that implement ILoggerFactoryModifier and TypeClassDescriptionclass
JDK14LoggerFactory is an implementation ofILoggerFactory
returning the appropriately namedJDK14LoggerAdapter
instance.Fields in org.slf4j.jul declared as ILoggerFactoryMethods in org.slf4j.jul that return ILoggerFactory -
Uses of ILoggerFactory in org.slf4j.nop
Fields in org.slf4j.nop declared as ILoggerFactoryMethods in org.slf4j.nop that return ILoggerFactory -
Uses of ILoggerFactory in org.slf4j.simple
Classes in org.slf4j.simple that implement ILoggerFactoryModifier and TypeClassDescriptionclass
An implementation ofILoggerFactory
which always returnsSimpleLogger
instances.Fields in org.slf4j.simple declared as ILoggerFactoryMethods in org.slf4j.simple that return ILoggerFactory -
Uses of ILoggerFactory in org.slf4j.spi
Methods in org.slf4j.spi that return ILoggerFactoryModifier and TypeMethodDescriptionLoggerFactoryBinder.getLoggerFactory()
Deprecated.Return the instance ofILoggerFactory
thatLoggerFactory
class should bind to.SLF4JServiceProvider.getLoggerFactory()
Return the instance ofILoggerFactory
thatLoggerFactory
class should bind to.