
27 Sep
2012
27 Sep
'12
8:29 p.m.
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..., int, java.lang.String)