|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILoggerFactory | |
---|---|
org.slf4j | Core logging interfaces. |
org.slf4j.helpers | Helper classes. |
org.slf4j.impl | Implementations of core logging interfaces defined in the org.slf4j package. |
org.slf4j.spi | Classes and interfaces which are internal to SLF4J. |
Uses of ILoggerFactory in org.slf4j |
---|
Methods in org.slf4j that return ILoggerFactory | |
---|---|
static ILoggerFactory |
LoggerFactory.getILoggerFactory()
Return the ILoggerFactory instance in use. |
Uses of ILoggerFactory in org.slf4j.helpers |
---|
Classes in org.slf4j.helpers that implement ILoggerFactory | |
---|---|
class |
NOPLoggerFactory
NOPLoggerFactory is an trivial implementation of ILoggerFactory which always returns the unique instance of
NOPLogger. |
class |
SubstituteLoggerFactory
SubstituteLoggerFactory is an trivial implementation of ILoggerFactory which always returns the unique instance of NOPLogger. |
Uses of ILoggerFactory in org.slf4j.impl |
---|
Methods in org.slf4j.impl that return ILoggerFactory | |
---|---|
ILoggerFactory |
StaticLoggerBinder.getLoggerFactory()
|
Uses of ILoggerFactory in org.slf4j.spi |
---|
Methods in org.slf4j.spi that return ILoggerFactory | |
---|---|
ILoggerFactory |
LoggerFactoryBinder.getLoggerFactory()
Return the instance of ILoggerFactory that
LoggerFactory class should bind to. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |