[logback-user] NPE in LogbackMDCAdapter

François Terrier fterrier at optaros.com
Thu Dec 18 14:06:17 CET 2008


Hi,

there is a little NPE when calling setContextMap on a fresch MDC. This 
could raises a NPE:

    public static void main(String[] args) {
        MDC.setContextMap(new HashMap<String, String>());
    }

Cheers,

F.


More information about the Logback-user mailing list