Mahoney / slf4j-test

Implementation of SLF4J which allows easy access to logging events in tests
39 stars 24 forks source link

Add markers and mdc formatting to LoggingEvent.print() #27

Open scottadav opened 5 years ago

scottadav commented 5 years ago

My team's code uses markers and MDC, and it would be helpful in our functional tests if the LoggingEvent.print() function could include these on Stdout.