psmith      2003/12/09 18:41:31

  Modified:    src/java/org/apache/log4j/chainsaw/layout
                        DefaultDetailLayout.html
  Log:
  The default event detail panel layout can now output
  the contents of the properties within the LoggingEvent.
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-log4j/src/java/org/apache/log4j/chainsaw/layout/DefaultDetailLayout.html
  
  Index: DefaultDetailLayout.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/chainsaw/layout/DefaultDetailLayout.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultDetailLayout.html  4 Sep 2003 02:30:28 -0000       1.1
  +++ DefaultDetailLayout.html  10 Dec 2003 02:41:31 -0000      1.2
  @@ -11,6 +11,6 @@
   <TR><TD><B>Method</B><TD>%M</td></tr>
   <TR><TD><B>Line</B><TD>%L</td></tr>
   <TR><TD><B>File</B><TD>%F</td></tr>
  -<TR><TD><B>Properties</B><TD><em>Properties support is missing from PatternLayout 
at this time, stay tuned.</em></td></tr>
  +<TR><TD><B>Properties</B><TD>%properties</td></tr>
   <TR><TD><B>Throwable</B><TD><em>Throwable Information support is missing from 
PatternLayout at this time, stay tuned</em></td></tr>
   </table></body></html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to