[slf4j-user] basic MDC support for java.util.logging

2007-10-10 Thread Maarten Bosteels
Hello, On the MINA mailing list we had a discussion about usage of the MDC class. see http://www.nabble.com/result-poll-logging-frameworks-t4588455s16868.html MINA is using SLF4J for the obvious reason: we don't want to force a specific logging framework upon our users. But unfortunately, not

Re: [slf4j-user] basic MDC support for java.util.logging

2007-10-10 Thread Ceki Gulcu
Hi Maarteen, Comments inline. Maarten Bosteels wrote: [snip] But unfortunately, not all SLF4J implementations (or adapters) support the MDC mechanism. Indeed. Would it be acceptable to add basic MDC support to JDK14LoggerAdapter ? Yes, it would. The MDC would store its key/value pairs