psmith 2004/06/14 15:53:56
Modified: src/java/org/apache/log4j/chainsaw/layout
DefaultDetailLayout.html
Log:
Added a PRE tag to wrap around the Throwable so that it looks prettier. This was
suggested by someone
on one of the log4j lists but I confese to forgetting who it was. It certainly
improves the readability,
so thank you to whoever suggested it.
Revision Changes Path
1.7 +1 -1
logging-log4j/src/java/org/apache/log4j/chainsaw/layout/DefaultDetailLayout.html
Index: DefaultDetailLayout.html
===================================================================
RCS file:
/home/cvs/logging-log4j/src/java/org/apache/log4j/chainsaw/layout/DefaultDetailLayout.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DefaultDetailLayout.html 12 May 2004 06:37:31 -0000 1.6
+++ DefaultDetailLayout.html 14 Jun 2004 22:53:56 -0000 1.7
@@ -10,5 +10,5 @@
<TR><TD><B>Line</B><TD>%L</td></tr>
<TR><TD><B>File</B><TD>%F</td></tr>
<TR><TD><B>Properties</B><TD>%properties</td></tr>
-<TR><TD><B>Throwable</B><TD>%throwable</td></tr>
+<TR><TD><B>Throwable</B><TD><pre>%throwable</pre></td></tr>
</table></body></html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]