org.slf4j.impl
public class StaticLoggerBinder extends Object
| Field Summary | |
|---|---|
| static String | REQUESTED_API_VERSION
Declare the version of the SLF4J API this implementation is compiled against.
|
| static StaticLoggerBinder | SINGLETON
The unique instance of this class.
|
| Method Summary | |
|---|---|
| ILoggerFactory | getLoggerFactory() |
| String | getLoggerFactoryClassStr() |
| static StaticLoggerBinder | getSingleton()
Return the singleton of this class.
|
Deprecated: Please use the getSingleton method instead of accessing this field directly. In future versions, this field will become private.
The unique instance of this class.Returns: the StaticLoggerBinder singleton