Uses of Interface
org.slf4j.ILoggerFactory
-
Packages that use ILoggerFactory Package Description org.slf4j org.slf4j.helpers org.slf4j.impl org.slf4j.spi -
-
Uses of ILoggerFactory in org.slf4j
Methods in org.slf4j that return ILoggerFactory Modifier and Type Method Description static ILoggerFactory
LoggerFactory. getILoggerFactory()
Return theILoggerFactory
instance in use. -
Uses of ILoggerFactory in org.slf4j.helpers
Classes in org.slf4j.helpers that implement ILoggerFactory Modifier and Type Class Description class
NOPLoggerFactory
NOPLoggerFactory is an trivial implementation ofILoggerFactory
which always returns the unique instance of NOPLogger.class
SubstituteLoggerFactory
SubstituteLoggerFactory manages instances ofSubstituteLogger
. -
Uses of ILoggerFactory in org.slf4j.impl
Classes in org.slf4j.impl that implement ILoggerFactory Modifier and Type Class Description class
JDK14LoggerFactory
JDK14LoggerFactory is an implementation ofILoggerFactory
returning the appropriately namedJDK14LoggerAdapter
instance.Methods in org.slf4j.impl that return ILoggerFactory Modifier and Type Method Description ILoggerFactory
StaticLoggerBinder. getLoggerFactory()
-
Uses of ILoggerFactory in org.slf4j.spi
Methods in org.slf4j.spi that return ILoggerFactory Modifier and Type Method Description ILoggerFactory
LoggerFactoryBinder. getLoggerFactory()
Return the instance ofILoggerFactory
thatLoggerFactory
class should bind to.
-