Package org.slf4j.spi
package org.slf4j.spi
Contains classes and interfaces which are intended for logging backends.
Logging back-ends wishing to interact with SLF4J must provide a SLF4JServiceProvider
implementation in order to be picked up by SLF4J at initialization time.
-
ClassDescriptionAdditional interface to
LoggingEventBuilder
andLoggingEvent
.Default implementation ofLoggingEventBuilder
.An optional interface helping integration with logging systems capable of extracting location information.A logger capable of logging from org.slf4j.event.LoggingEvent implements this interface.This is the central interface in slf4j's fluent API for creatinglogging events
.This interface abstracts the service offered by various MDC implementations.A no-operation implementation ofLoggingEventBuilder
.This interface based onServiceLoader
paradigm.