Uses of Interface
org.slf4j.event.LoggingEvent
Packages that use LoggingEvent
Package
Description
Helper classes.
Classes and interfaces which are internal to SLF4J.
-
Uses of LoggingEvent in org.slf4j.event
Classes in org.slf4j.event that implement LoggingEvent -
Uses of LoggingEvent in org.slf4j.helpers
Methods in org.slf4j.helpers with parameters of type LoggingEventModifier and TypeMethodDescriptionvoid
SubstituteLogger.log
(LoggingEvent event) static NormalizedParameters
NormalizedParameters.normalize
(LoggingEvent event) -
Uses of LoggingEvent in org.slf4j.jul
Methods in org.slf4j.jul with parameters of type LoggingEventModifier and TypeMethodDescriptionprivate LogRecord
JDK14LoggerAdapter.eventToRecord
(LoggingEvent event, Level julLevel) void
JDK14LoggerAdapter.log
(LoggingEvent event) -
Uses of LoggingEvent in org.slf4j.simple
Methods in org.slf4j.simple with parameters of type LoggingEvent -
Uses of LoggingEvent in org.slf4j.spi
Methods in org.slf4j.spi with parameters of type LoggingEventModifier and TypeMethodDescriptionprotected void
DefaultLoggingEventBuilder.log
(LoggingEvent aLoggingEvent) void
LoggingEventAware.log
(LoggingEvent event) private void
DefaultLoggingEventBuilder.logViaPublicSLF4JLoggerAPI
(LoggingEvent aLoggingEvent) private String
DefaultLoggingEventBuilder.mergeMarkersAndKeyValuePairs
(LoggingEvent aLoggingEvent, String msg) Prepend markers and key-value pairs to the message.