public final class StaticLoggerBinder extends Object implements org.slf4j.spi.LoggerFactoryBinder
Modifier and Type | Field and Description |
---|---|
static String |
REQUESTED_API_VERSION
Declare the version of the SLF4J API this implementation is compiled against.
|
static StaticLoggerBinder |
SINGLETON |
Constructor and Description |
---|
StaticLoggerBinder() |
Modifier and Type | Method and Description |
---|---|
org.slf4j.ILoggerFactory |
getLoggerFactory() |
String |
getLoggerFactoryClassStr() |
static StaticLoggerBinder |
getSingleton() |
public static final StaticLoggerBinder SINGLETON
public static String REQUESTED_API_VERSION
public org.slf4j.ILoggerFactory getLoggerFactory()
getLoggerFactory
in interface org.slf4j.spi.LoggerFactoryBinder
public String getLoggerFactoryClassStr()
getLoggerFactoryClassStr
in interface org.slf4j.spi.LoggerFactoryBinder
public static StaticLoggerBinder getSingleton()
Copyright © 2020 JBoss, a division of Red Hat, Inc.. All Rights Reserved.