Posts Tagged ‘log4j’
Log4j Nested Diagnostic Contexts (NDC)
Wednesday, June 2nd, 2010
Introduction and Problem
Log4j is a brilliant set of libraries which provides good “out of the box” logging capabilities.
Sometimes however, in multi-threaded environments (for example web apps), it can be hard to decipher the interleaved messages from the various clients
(more…)
Tags: java, log4j, logging
Posted in Development, How to's | 2 Comments »