2016-10-31 11:43:48 -04:00
|
|
|
### Relevant Articles:
|
|
|
|
- TBD
|
2016-12-18 03:15:07 -05:00
|
|
|
- [Improved Java Logging with Mapped Diagnostic Context (MDC)](http://www.baeldung.com/mdc-in-log4j-2-logback)
|
2017-01-08 02:25:59 -05:00
|
|
|
- [Java Logging with Nested Diagnostic Context (NDC)](http://www.baeldung.com/java-logging-ndc-log4j)
|
2017-07-13 09:43:43 -04:00
|
|
|
- [Drools Using Rules from Excel Files](http://www.baeldung.com/drools-excel)
|
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
|
|
|
|