Interface LoggingContext

    • Method Detail

      • mdcSetup

        void mdcSetup()
        Set up the MDC keys for this context
      • mdcTeardown

        void mdcTeardown()
        Tear down the MDC keys that are added in #mdcSetup
      • mdcSetupTree

        default void mdcSetupTree()
      • mdcTeardownTree

        default void mdcTeardownTree()
      • mdcWrap

        default java.lang.Runnable mdcWrap​(java.lang.Runnable r)
        Create a runnable that will run the argument inside of a block where MDC is set up.
      • mdc

        default void mdc​(java.lang.Runnable r)
        Run the argument inside of a block where MDC is set up.