RE: Problem with linux

2010-04-28 Thread Vijayakumar
console output (e.g. "appldev.dklog"). Search for it and tweak that file. Heri > -Original Message- > From: Vijayakumar [mailto:[email protected]] > Sent: Wednesday, April 28, 2010 8:28 AM > To: Reddy, Ramachandra > Cc: Log4J Users List > Subject: RE: Pr

RE: Problem with linux

2010-04-27 Thread Vijayakumar
ginal Message- From: Reddy, Ramachandra [mailto:[email protected]] Sent: Tuesday, April 27, 2010 7:16 PM To: Vijayakumar Subject: RE: Problem with linux Use the this log4j.appender.ROLLING.layout.ConversionPattern=[%d{MM-dd- HH:mm:ss,SSS}] %-5p %c{1}:%L %m%n (all in one line) Some

RE: Problem with linux

2010-04-27 Thread Vijayakumar
DOMConfigurator.configure(logFileURL); And see if it works. -Original Message- From: Vijayakumar [mailto:[email protected]] Sent: Tuesday, April 27, 2010 9:38 AM To: [email protected] Subject: Problem with linux Hi There, I try to use log4j in my application, here

Problem with linux

2010-04-27 Thread Vijayakumar
Hi There, I try to use log4j in my application, here is my property file log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}: