Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an integration with Log4J 2's ThreadContext #1794

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Apr 18, 2020

  1. Add an integration with Log4J 2's ThreadContext

    Log4J 2 has a ThreadContext, which works the same way as SLF4J's MDC. Using the ThreadContext directly with coroutines breaks, but the same approach for an integration that exists for SLF4J can be used for Log4J.
    
    The tests are copied from the SLF4J project, and are only modified to also include verification of stack state, since ThreadContext contains both a Map and a Stack.
    MariusVolkhart committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    c4ff503 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e67dac1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29e2d4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a953442 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59ad41d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7669057 View commit details
    Browse the repository at this point in the history