Package org.slf4j.event
package org.slf4j.event
SLF4J internal representation of a logging event.
>Most notably, the LoggingEvent
interface, a minimal interface sufficient for
the restitution of data passed by the user to the SLF4J API.
-
ClassDescriptionA default implementation of
LoggingEvent
.This class is used to record events during the initialization phase of the underlying logging framework.Instances of this class store the key value pair passed to alogger
via theLoggingEventBuilder.addKeyValue(String, Object)
method of the fluent API.SLF4J's internal representation of a level.The minimal interface sufficient for the restitution of data passed by the user to the SLF4J API.An implementation ofLoggingEvent
used to store logging events generated during logging backend initialization.