Re: log4j extra level problem

2006-07-11 Thread jaikiran pai
I had a look at the code of log4j and here's what it does in the log method, which you are calling: - /** This generic form is intended to be used by wrappers. */ public void log(Priority priority, Object message) {

RE: Log4j - differnet log files

2006-07-11 Thread Bender Heri
this issue was discussed a lot on this list. Search for items RepositorySelector, MDC, Classloader; contributions by me and Javier Gonzalez. Titles: Use different log files inside one program, Different log files for different web applications under Tomcat Heri -Original Message-

RE: Struts and commons logging

2006-07-11 Thread Jacob Kjome
log4j.xml, of course. Struts, itself, has nothing to do with logging. That is left to commons-logging, which it utilizes. And since commons-logging, in turn, utilizes logging implementations (using runtime discovery), your logging configuration would be for the logging implementation that you