Interface | Description |
---|---|
CallerBoundaryAware |
Additional interface to
LoggingEventBuilder and
LoggingEvent . |
LocationAwareLogger |
An optional interface helping integration with logging systems capable of
extracting location information.
|
LoggerFactoryBinder |
An internal interface which helps the static
LoggerFactory
class bind with the appropriate ILoggerFactory instance. |
LoggingEventAware |
A logger capable of logging from org.slf4j.event.LoggingEvent implements this interface.
|
LoggingEventBuilder |
This is main interface in slf4j's fluent API for creating logging events.
|
MarkerFactoryBinder |
An internal interface which helps the static
MarkerFactory
class bind with the appropriate IMarkerFactory instance. |
MDCAdapter |
This interface abstracts the service offered by various MDC
implementations.
|
SLF4JServiceProvider |
This interface based on
ServiceLoader paradigm. |
Class | Description |
---|---|
DefaultLoggingEventBuilder | |
NOPLoggingEventBuilder |
A no-operation implementation of
LoggingEventBuilder . |
Copyright © 2005–2022 QOS.ch. All rights reserved.