org.slf4j.spi.LoggerFactoryBinder
public final class StaticLoggerBinder
extends java.lang.Object
implements org.slf4j.spi.LoggerFactoryBinder
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
REQUESTED_API_VERSION |
SLF4J API 1.6 and newer is supported.
|
Modifier and Type | Method | Description |
---|---|---|
org.slf4j.ILoggerFactory |
getLoggerFactory() |
|
java.lang.String |
getLoggerFactoryClassStr() |
|
static StaticLoggerBinder |
getSingleton() |
Gets the singleton instance of this static logger binder.
|
public static java.lang.String REQUESTED_API_VERSION
public static StaticLoggerBinder getSingleton()
public org.slf4j.ILoggerFactory getLoggerFactory()
getLoggerFactory
in interface org.slf4j.spi.LoggerFactoryBinder
public java.lang.String getLoggerFactoryClassStr()
getLoggerFactoryClassStr
in interface org.slf4j.spi.LoggerFactoryBinder
Copyright © 2023. All rights reserved.