How to configure 2 logger in the same configuration property file

2006-11-06 Thread ying lcs
Hi, I am new to log4j. Can you please tell me how can i configure 2 loggers in the same properties file: I have code like this, I only have 2 loggers in my whole application: Logger normalCaseLogger = Logger.getLogger("NORMAL"); normalCaseLogger.info("normal case logging"); Logger debugLogger =

Re: RollingFileAppender Not rolling over

2006-11-06 Thread vincentw
Does the header print out depend on logging level?? What I'm seeing is if I set the level to anything but debug the header info will not be displayed. Anyone come across this or have any ideas? Thanks vincentw wrote: > > Hi, I'm having trouble with thr RFA not rollingover. Here is my config

(Review) is this log4j parsing debug output correct ?

2006-11-06 Thread Xanana Gusmao
Hi, I wondering if there's anything wrong with my log4j.properties. The log output is as follows: log4j: Trying to find [log4j.xml] using context classloader [EMAIL PROTECTED] log4j: Trying to find [log4j.xml] using [EMAIL PROTECTED] class loader. log4j: Trying to find [log4j.xml] using ClassLoa