org.slf4j.spi.SLF4JServiceProvider
public class TinylogSlf4jServiceProvider
extends java.lang.Object
implements org.slf4j.spi.SLF4JServiceProvider
StaticLoggerBinder
.Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
REQUESTED_API_VERSION |
SLF4J API 2.0 and newer is supported.
|
Constructor | Description |
---|---|
TinylogSlf4jServiceProvider() |
Modifier and Type | Method | Description |
---|---|---|
org.slf4j.ILoggerFactory |
getLoggerFactory() |
|
org.slf4j.IMarkerFactory |
getMarkerFactory() |
|
org.slf4j.spi.MDCAdapter |
getMDCAdapter() |
|
java.lang.String |
getRequestedApiVersion() |
|
void |
initialize() |
public static final java.lang.String REQUESTED_API_VERSION
public org.slf4j.ILoggerFactory getLoggerFactory()
getLoggerFactory
in interface org.slf4j.spi.SLF4JServiceProvider
public org.slf4j.IMarkerFactory getMarkerFactory()
getMarkerFactory
in interface org.slf4j.spi.SLF4JServiceProvider
public org.slf4j.spi.MDCAdapter getMDCAdapter()
getMDCAdapter
in interface org.slf4j.spi.SLF4JServiceProvider
public java.lang.String getRequestedApiVersion()
getRequestedApiVersion
in interface org.slf4j.spi.SLF4JServiceProvider
public void initialize()
initialize
in interface org.slf4j.spi.SLF4JServiceProvider
Copyright © 2022. All rights reserved.