Package org.slf4j.spi
package org.slf4j.spi
Classes and interfaces which are internal to SLF4J. Under most
circumstances SLF4J users should be oblivious even to the existence of
this package.
-
Interface SummaryInterfaceDescriptionAn optional interface helping integration with logging systems capable of extracting location information.An internal interface which helps the static
LoggerFactoryclass bind with the appropriateILoggerFactoryinstance.A logger capable of logging from org.slf4j.event.LoggingEvent implements this interface.A fluent API for creating logging events.An internal interface which helps the staticMarkerFactoryclass bind with the appropriateIMarkerFactoryinstance.This interface abstracts the service offered by various MDC implementations.This interface based onServiceLoaderparadigm. -
Class Summary