Package org.slf4j.impl
Class StaticLoggerBinder
- java.lang.Object
-
- org.slf4j.impl.StaticLoggerBinder
-
- All Implemented Interfaces:
org.slf4j.spi.LoggerFactoryBinder
public class StaticLoggerBinder extends Object implements org.slf4j.spi.LoggerFactoryBinder
-
-
Constructor Summary
Constructors Constructor Description StaticLoggerBinder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LogEventFactory
getLoggerFactory()
String
getLoggerFactoryClassStr()
static StaticLoggerBinder
getSingleton()
-
-
-
Method Detail
-
getSingleton
public static StaticLoggerBinder getSingleton()
-
getLoggerFactory
public LogEventFactory getLoggerFactory()
- Specified by:
getLoggerFactory
in interfaceorg.slf4j.spi.LoggerFactoryBinder
-
getLoggerFactoryClassStr
public String getLoggerFactoryClassStr()
- Specified by:
getLoggerFactoryClassStr
in interfaceorg.slf4j.spi.LoggerFactoryBinder
-
-