Hello Ceki! I'm think about how to correctly bridge method org.eclipse.equinox.log.Logger.log(Object context, int level, String msg) ([1]) to SLF4J API. Please notice a "Object context" parameter which is arbitrary object associated with log entry just being logged.
Because MDC is conceptually <String, String> map, so only way is probably use marker for to store "Object". Is it right, (Ceki)? Libor [1] http://javasourcecode.org/html/open-source/eclipse/eclipse-3.5.2/org/eclipse/equinox/log/Logger.html#log(java.lang.Object, int, java.lang.String) _______________________________________________ slf4j-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/slf4j-dev
