Package hu.icellmobilsoft.coffee.se.logging.mdc
-
Interface Summary Interface Description MDCAdapter MDC Adapter interface for wrapping different MDC implementationsMDCAdapterProvider Provider interface for defining custom MDCAdapters.
Implementations can be activated via service loader mechanism.
ie.: placing the fully qualified name of the implementing class intoMETA-INF/services/hu.icellmobilsoft.coffee.cdi.logger.mdc.MDCAdapterProviderfile -
Class Summary Class Description CoffeeMDCAdapter Fallback MDC adapter for coffee; if no other adapter is availableJbossMDCAdapter MDC adapter fororg.jboss.logging.MDCMDC Mapped Diagnostic Context.MDCAdapters Utility class for finding available MDC adaptersSlf4jMDCAdapter MDC adapter fororg.slf4j.MDC