Package org.slf4j.impl
Class StaticLoggerBinder
- java.lang.Object
-
- org.slf4j.impl.StaticLoggerBinder
-
- All Implemented Interfaces:
org.slf4j.spi.LoggerFactoryBinder
public final class StaticLoggerBinder extends Object implements org.slf4j.spi.LoggerFactoryBinder
slf4j glue.- Author:
- Michael Vorburger.ch
-
-
Field Summary
Fields Modifier and Type Field Description static String
REQUESTED_API_VERSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.slf4j.ILoggerFactory
getLoggerFactory()
String
getLoggerFactoryClassStr()
static StaticLoggerBinder
getSingleton()
-
-
-
Field Detail
-
REQUESTED_API_VERSION
public static String REQUESTED_API_VERSION
-
-
Method Detail
-
getSingleton
public static StaticLoggerBinder getSingleton()
-
getLoggerFactory
public org.slf4j.ILoggerFactory getLoggerFactory()
- Specified by:
getLoggerFactory
in interfaceorg.slf4j.spi.LoggerFactoryBinder
-
getLoggerFactoryClassStr
public String getLoggerFactoryClassStr()
- Specified by:
getLoggerFactoryClassStr
in interfaceorg.slf4j.spi.LoggerFactoryBinder
-
-