Log4J 1.3alpha breaks Apache JSTL log library

2005-01-17 Thread Sandeep Khanna
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:

log objects and use the values separately in the appenders with conversion pattern

2005-01-17 Thread Joerg Eggink
Dear All Is it possible to log for example a object with 3 strings and refer it later in PatternLayout with e.g %m1 %m2 %m3 ? Below there is some dummy code. Thanks in advance for any hint. Best Regards Joerg Example dummy code: -- class MESSAGE{ public String a; public

Re: Log4J 1.3alpha breaks Apache JSTL log library

2005-01-17 Thread Jacob Kjome
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