Uses of Interface
org.slf4j.ILoggerFactory
Package
Description
Core logging interfaces.
Various SLF4J internal utility and helper classes.
NOP implementation
slf4j reload4j
Contains slf4j simple package.
Contains classes and interfaces which are intended for logging backends.
-
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 TypeMethodDescriptionSLF4JServiceProvider.getLoggerFactory()
Return the instance ofILoggerFactory
thatLoggerFactory
class should bind to.