| Package | Description | 
|---|---|
| org.slf4j | Core logging interfaces. | 
| org.slf4j.helpers | Helper classes. | 
| org.slf4j.impl | Implementations of core logging interfaces defined in the  org.slf4jpackage. | 
| org.slf4j.spi | Classes and interfaces which are internal to SLF4J. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ILoggerFactory | LoggerFactory. getILoggerFactory()Return the  ILoggerFactoryinstance in use. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NOPLoggerFactoryNOPLoggerFactory is an trivial implementation of  ILoggerFactorywhich always returns the unique instance of
 NOPLogger. | 
| class  | SubstituteLoggerFactorySubstituteLoggerFactory manages instances of  SubstituteLogger. | 
| Modifier and Type | Method and Description | 
|---|---|
| ILoggerFactory | StaticLoggerBinder. getLoggerFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| ILoggerFactory | LoggerFactoryBinder. getLoggerFactory()Return the instance of  ILoggerFactorythatLoggerFactoryclass should bind to. | 
Copyright © 2005–2019 QOS.ch. All rights reserved.