Bug 40500 - Log taglib should be able to log exceptions
Summary: Log taglib should be able to log exceptions
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Log Taglib (show other bugs)
Version: nightly
Hardware: Other other
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-13 19:24 UTC by Scott Andrews
Modified: 2006-10-24 17:59 UTC (History)
0 users



Attachments
patch (7.18 KB, patch)
2006-09-13 20:26 UTC, Scott Andrews
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Andrews 2006-09-13 19:24:16 UTC
The Log taglib currently can only log messages.  log4j also supported logging
exceptions with full stack traces.  If I can figure out how, I will attach a patch.
Comment 1 Scott Andrews 2006-09-13 20:26:08 UTC
Created attachment 18858 [details]
patch
Comment 2 Henri Yandell 2006-10-24 17:59:38 UTC
Patch applied.

svn ci -m "Applying Scott Andrews' patch from Bugzilla issue #40500"

Sending        src/org/apache/taglibs/log/DebugTag.java
Sending        src/org/apache/taglibs/log/ErrorTag.java
Sending        src/org/apache/taglibs/log/FatalTag.java
Sending        src/org/apache/taglibs/log/InfoTag.java
Sending        src/org/apache/taglibs/log/LoggerTag.java
Sending        src/org/apache/taglibs/log/WarnTag.java
Sending        xml/log.xml
Transmitting file data .......
Committed revision 467527.