| Interface | Description |
|---|---|
| EventAdminPoster |
Interface to implement by logging framework specific provider, to pass logging events to Event Admin
according to OSGi Compendium "101.6.4.
|
| PaxLogger |
Main pax-logging interface for loggers to interact with any logging system.
|
| PaxLoggingConstants |
Different constants used across Pax Logging.
|
| PaxLoggingManager |
While
PaxLoggingService represents implementation-specific logging service, this interface
acts as a bridge between logging API specific implementation (like SLF4J LoggerFactory) and
actual implementation of PaxLoggingService. |
| PaxLoggingManagerAwareLogger |
Interfaces for loggers that delegate to
PaxLogger, so they can switch to non fallback PaxLogger
when PaxLoggingManager becomes available. |
| PaxLoggingService |
This interface extends Knopflerfish' LogService which extends original
LogService. |
| Class | Description |
|---|---|
| FqcnIgnoringPaxLogger |
Version of
PaxLogger that doesn't force implementor to provide methods accepting FQCN. |
| OSGIPaxLoggingManager |
PaxLoggingManager that acts as a singleton that delegates to tracked instance of PaxLoggingService |
| PaxContext |
The MDC class that provides mapped diagnostic contexts.
|
| PaxMarker |
Wrapper for either SLF4J
org.slf4j.Marker or Log4J2 org.apache.logging.log4j.Marker. |
Copyright © 2006–2020 OPS4J - Open Participation Software for Java. All rights reserved.