java-tutorials/log-mdc/README.md

18 lines
475 B
Markdown
Raw Normal View History

2016-10-31 11:43:48 -04:00
### Relevant Articles:
- TBD
- [Improved Java Logging with Mapped Diagnostic Context (MDC)](http://www.baeldung.com/mdc-in-log4j-2-logback)
2016-10-31 11:43:48 -04:00
### References
_Log4j MDC_
* <https://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/MDC.html>
* <http://veerasundar.com/blog/2009/10/log4j-mdc-mapped-diagnostic-context-what-and-why/>
2016-10-31 12:02:30 -04:00
_Log4j2 MDC_
2016-10-31 11:43:48 -04:00
* <https://logging.apache.org/log4j/2.x/manual/thread-context.html>
2016-10-31 12:02:30 -04:00
_Logback MDC_
* <http://logback.qos.ch/manual/mdc.html>
2016-10-31 11:43:48 -04:00