Uses of Interface
org.slf4j.ILoggerFactory
Package
Description
Core logging interfaces.
Helper classes.
Classes and interfaces which are internal to SLF4J.
-
Uses of ILoggerFactory in org.slf4j
Modifier and TypeMethodDescriptionstatic ILoggerFactory
LoggerFactory.getILoggerFactory()
Return theILoggerFactory
instance in use. -
Uses of ILoggerFactory in org.slf4j.helpers
Modifier and TypeClassDescriptionclass
NOPLoggerFactory is a trivial implementation ofILoggerFactory
which always returns the unique instance of NOPLogger.class
SubstituteLoggerFactory manages instances ofSubstituteLogger
.Modifier and TypeMethodDescriptionNOP_FallbackServiceProvider.getLoggerFactory()
SubstituteServiceProvider.getLoggerFactory()
-
Uses of ILoggerFactory in org.slf4j.jul
Modifier and TypeClassDescriptionclass
JDK14LoggerFactory is an implementation ofILoggerFactory
returning the appropriately namedJDK14LoggerAdapter
instance. -
Uses of ILoggerFactory in org.slf4j.nop
-
Uses of ILoggerFactory in org.slf4j.reload4j
Modifier and TypeClassDescriptionclass
Log4jLoggerFactory is an implementation ofILoggerFactory
returning the appropriate namedReload4jLoggerAdapter
instance. -
Uses of ILoggerFactory in org.slf4j.simple
Modifier and TypeClassDescriptionclass
An implementation ofILoggerFactory
which always returnsSimpleLogger
instances. -
Uses of ILoggerFactory in org.slf4j.spi
Modifier and TypeMethodDescriptionLoggerFactoryBinder.getLoggerFactory()
Deprecated.Return the instance ofILoggerFactory
thatLoggerFactory
class should bind to.SLF4JServiceProvider.getLoggerFactory()
Return the instance ofILoggerFactory
thatLoggerFactory
class should bind to.