Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 40531 invoked from network); 21 Nov 2004 16:23:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Nov 2004 16:23:03 -0000 Received: (qmail 98040 invoked by uid 500); 21 Nov 2004 16:23:00 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 98003 invoked by uid 500); 21 Nov 2004 16:22:59 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Forrest Developers List" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 97989 invoked by uid 99); 21 Nov 2004 16:22:59 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 21 Nov 2004 08:22:55 -0800 Received: (qmail 40422 invoked by uid 65534); 21 Nov 2004 16:22:54 -0000 Date: 21 Nov 2004 16:22:54 -0000 Message-ID: <20041121162254.40420.qmail@minotaur.apache.org> From: rgardler@apache.org To: svn@forrest.apache.org Subject: svn commit: r106097 - /forrest/trunk/plugins/org.apache.forrest.plugin.logs/resources/stylesheets/j2se2document.xsl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: rgardler Date: Sun Nov 21 08:22:52 2004 New Revision: 106097 Modified: forrest/trunk/plugins/org.apache.forrest.plugin.logs/resources/stylesheets/j2se2document.xsl Log: improve message for method entry and exit Modified: forrest/trunk/plugins/org.apache.forrest.plugin.logs/resources/stylesheets/j2se2document.xsl ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.logs/resources/stylesheets/j2se2document.xsl (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.logs/resources/stylesheets/j2se2document.xsl Sun Nov 21 08:22:52 2004 @@ -35,8 +35,18 @@
- <xsl:value-of select="level"/>: <xsl:value-of select="message"/> -

Logged By: .()

+ + + Entering: <xsl:value-of select="method"/>() in <xsl:value-of select="class"/> + + + Exiting: <xsl:value-of select="method"/>() in <xsl:value-of select="class"/> + + + <xsl:value-of select="level"/>: <xsl:value-of select="message"/> +

Logged By: .()

+
+

Logged At: ()