You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Sandeep Khanna <sa...@villanova.edu> on 2005/01/17 17:04:29 UTC

Log4J 1.3alpha breaks Apache JSTL log library

Hi All,

I just bumped up the version of log4j from 1.2.9 to 1.3alpha so that I
can take advantage of Log4J Chainsaw which is currently known to work
only with the latest Log4J 1.3alpha version.

With some of my pages having <log:debug...> tags, the application would
give error displaying "Error 500: org.apache.log4j.Priority: field DEBUG
not found" in the browser.

I hope this will get fixed soon. In the meantime, we are using the
<jsp:scriptlet> tags to debug using standard log4j debugging mechanism.

-Sandeep Khanna



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org


Re: Log4J 1.3alpha breaks Apache JSTL log library

Posted by Jacob Kjome <ho...@visi.com>.
o.a.l.Priority has been deprecated for quite a while in favor of 
o.a.l.Level.  Please notify the JSTL committers of this fact.  And while 
you are at it, tell them not to use o.a.l.Category, but o.a.l.Logger.


Jake

At 11:04 AM 1/17/2005 -0500, you wrote:
 >Hi All,
 >
 >I just bumped up the version of log4j from 1.2.9 to 1.3alpha so that I
 >can take advantage of Log4J Chainsaw which is currently known to work
 >only with the latest Log4J 1.3alpha version.
 >
 >With some of my pages having <log:debug...> tags, the application would
 >give error displaying "Error 500: org.apache.log4j.Priority: field DEBUG
 >not found" in the browser.
 >
 >I hope this will get fixed soon. In the meantime, we are using the
 ><jsp:scriptlet> tags to debug using standard log4j debugging mechanism.
 >
 >-Sandeep Khanna
 >
 >
 >
 >---------------------------------------------------------------------
 >To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
 >For additional commands, e-mail: log4j-user-help@logging.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org