Uses of Interface
org.slf4j.event.LoggingEvent
Packages that use LoggingEvent
Package
Description
SLF4J internal representation of a logging event.
Various SLF4J internal utility and helper classes.
slf4j reload4j
Contains slf4j simple package.
Contains classes and interfaces which are intended for logging backends.
-
Uses of LoggingEvent in org.slf4j.event
Classes in org.slf4j.event that implement LoggingEventModifier and TypeClassDescriptionclassA default implementation ofLoggingEvent.classAn implementation ofLoggingEventused to store logging events generated during logging backend initialization. -
Uses of LoggingEvent in org.slf4j.helpers
Methods in org.slf4j.helpers with parameters of type LoggingEventModifier and TypeMethodDescriptionvoidSubstituteLogger.log(LoggingEvent event) static NormalizedParametersNormalizedParameters.normalize(LoggingEvent event) -
Uses of LoggingEvent in org.slf4j.jul
Methods in org.slf4j.jul with parameters of type LoggingEvent -
Uses of LoggingEvent in org.slf4j.reload4j
Methods in org.slf4j.reload4j with parameters of type LoggingEventModifier and TypeMethodDescriptionvoidReload4jLoggerAdapter.log(LoggingEvent event) Called bySubstituteLoggeror byLoggingEventBuilderinstances -
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 voidDefaultLoggingEventBuilder.log(LoggingEvent aLoggingEvent) voidLoggingEventAware.log(LoggingEvent event)