Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static ILoggerFactory |
LoggerFactory.getILoggerFactory()
Return the
ILoggerFactory instance in use. |
Modifier and Type | Class and Description |
---|---|
class |
NOPLoggerFactory
NOPLoggerFactory is an trivial implementation of
ILoggerFactory which always returns the unique instance of
NOPLogger. |
class |
SubstituteLoggerFactory
SubstituteLoggerFactory manages instances of
SubstituteLogger . |
Modifier and Type | Class and Description |
---|---|
class |
JCLLoggerFactory
JCLLoggerFactory is an implementation of
ILoggerFactory returning the
appropriately named JCLLoggerAdapter instance. |
class |
JDK14LoggerFactory
JDK14LoggerFactory is an implementation of
ILoggerFactory returning
the appropriately named JDK14LoggerAdapter instance. |
class |
Log4jLoggerFactory
Log4jLoggerFactory is an implementation of
ILoggerFactory returning
the appropriate named Log4jLoggerAdapter instance. |
class |
SimpleLoggerFactory
An implementation of
ILoggerFactory which always returns
SimpleLogger instances. |
Modifier and Type | Method and Description |
---|---|
ILoggerFactory |
StaticLoggerBinder.getLoggerFactory() |
Modifier and Type | Method and Description |
---|---|
ILoggerFactory |
LoggerFactoryBinder.getLoggerFactory()
Return the instance of
ILoggerFactory that
LoggerFactory class should bind to. |
Copyright © 2005–2018 QOS.ch. All rights reserved.