| Package | Description |
|---|---|
| org.slf4j.event | |
| org.slf4j.helpers |
Helper classes.
|
| org.slf4j.jul | |
| org.slf4j.reload4j | |
| org.slf4j.simple | |
| org.slf4j.spi |
Classes and interfaces which are internal to SLF4J.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLoggingEvent
A default implementation of
LoggingEvent. |
class |
SubstituteLoggingEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
SubstituteLogger.log(LoggingEvent event) |
static NormalizedParameters |
NormalizedParameters.normalize(LoggingEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
JDK14LoggerAdapter.log(LoggingEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
Reload4jLoggerAdapter.log(LoggingEvent event)
Called by
SubstituteLogger or by LoggingEventBuilder instances |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleLogger.log(LoggingEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultLoggingEventBuilder.log(LoggingEvent aLoggingEvent) |
void |
LoggingEventAware.log(LoggingEvent event) |
Copyright © 2005–2022 QOS.ch. All rights reserved.