<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3020" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN 
class=012361701-11022007>Hi,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=012361701-11022007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=012361701-11022007>Is there some 
documentation available on how to use Markers in Slf4j.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=012361701-11022007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=012361701-11022007>I am trying to run a 
test program with markers, to see how the log statements are 
"enriched".</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=012361701-11022007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT><SPAN class=012361701-11022007><B><FONT color=#7f0055>
<P><FONT face=Arial size=2>public</FONT></B></FONT><FONT face=Arial size=2> 
TestMarker() {</FONT></P>
<P><FONT face=Arial size=2>Logger logger = LoggerFactory.getLogger(getClass()); 
</FONT></P>
<P><FONT face=Arial size=2></FONT></P>
<P><FONT size=2><FONT face=Arial>Marker marker = 
MarkerFactory.getMarker(</FONT><FONT face=Arial 
color=#2a00ff>"Marker1"</FONT><FONT face=Arial>);</FONT></FONT></P>
<P><FONT size=2><FONT face=Arial>logger.debug(marker, </FONT><FONT face=Arial 
color=#2a00ff>"entry"</FONT><FONT face=Arial>); </FONT></FONT></P>
<P><FONT face=Arial size=2>}</FONT></P>
<P><SPAN class=012361701-11022007><FONT face=Arial size=2>But what gets logged 
is for the following conversion parameter <FONT color=#2a00ff 
size=2>[%C:%M:%L][Level:%p]%m%n</P></FONT></FONT></SPAN><SPAN 
class=012361701-11022007><FONT color=#0000ff>
<P><FONT 
size=2>[org.slf4j.impl.MarkerIgnoringBase:debug:55][Level:DEBUG]entry</FONT></P>
<P><FONT size=2></FONT>&nbsp;</P>
<P><SPAN class=012361701-11022007><FONT face=Arial color=#000000 
size=2>thanks,</FONT></SPAN></P>
<P><SPAN class=012361701-11022007><FONT face=Arial color=#000000 
size=2>Sonu.</FONT></SPAN></P></FONT></SPAN></SPAN></FONT></DIV></BODY></HTML>