package slf4j
Ordering
- Alphabetic
Visibility
- Public
- Protected
Value Members
- object FinagleMDCInitializer
Sets up the com.twitter.inject.logging.FinagleMDCAdapter as the org.slf4j.spi.MDCAdapter implementation which provides MDC integration through a Finagle request via a com.twitter.util.Local.
Sets up the com.twitter.inject.logging.FinagleMDCAdapter as the org.slf4j.spi.MDCAdapter implementation which provides MDC integration through a Finagle request via a com.twitter.util.Local.
- Note
Users should not need to interact with this adapter directly. Initialization of the MDC integration can be done through com.twitter.inject.logging.MDCInitializer.init()
- See also
org.slf4j.MDC
com.twitter.inject.logging.MDCInitializer.init()