RE: Final conclusion on how to use Log4J in JBoss

2002-07-23 Thread Bill Milbratz
We use Log4j in jboss without any incident--until recently. we just copy our log4j.properties into our conf directory: c:/projects/devtools/JBoss-2.4.6_Tomcat-4.0.3/jboss/conf/ The problem arose (see my post from yesterday) when I attempted to use a custom renderer. Since Jboss initializes l

class loader problem with custom renderers and Jboss

2002-07-22 Thread Bill Milbratz
Log4j, used in Jboss, cannot find our app-defined renderer. (This may be more of a Jboss issue than log4j) log4j:ERROR Could not instantiate renderer [com.participate.util.logging.ValueObjectRenderer;]. The settings are correct (i.e. there aren't any typos): log4j.renderer.com.participate.u

RE: how to append to different output files on the fly

2002-07-22 Thread Bill Milbratz
>Download the log4j at >http://jakarta.apache.org/log4j/jakarta-log4j-1.2.3/docs/download.html >and follow Raghu's instructions Two things: 1) The above link doesn't work for 1.2.3. I have 1.2.5. Does your above comment hold true for 1.2.5? 2) I searched the 1.2.5 docs and src for "[Rr]aghu" an

Multiple Renderers per object?

2002-07-17 Thread Bill Milbratz
Hi, How, using log4j 1.2.5, can I have multiple renderers per object--i.e. with different renderers called by different appenders? i.e. one for xml and one for 'plain text'? i.e. one logging event would render the same object to two different appenders differently... thanks, bil

log4j, xml logging, and multiple renderers per object

2002-07-16 Thread Bill Milbratz
Hello, I'm looking at using log4j 1.2.5 for additional 'application logging' (i.e. logging accessible by our application) as well as 'debug/info/warn/error' logging. I know what I want to do. My question is, can I use log4j, out-of-the-box, to implement this or do I need to extend it or use a