Re: AW: Logging issue with logginf to seperate log files

2009-02-26 Thread dirk ooms
e: > From: Bender Heri > Subject: AW: Logging issue with logginf to seperate log files > To: "Log4J Users List" > Date: Wednesday, February 25, 2009, 10:48 AM > > The config file seems to be OK (BTW: You should use the tag "logger" > instead of "catego

Re: AW: Logging issue with logginf to seperate log files

2009-02-26 Thread Santhoo Kumar
isting file for this what i  have to do. just suggest me in this case. > > > Regards, > Santhoo > > --- On Wed, 2/25/09, Bender Heri wrote: > From: Bender Heri > Subject: AW: Logging issue with logginf to seperate log files > To: "Log4J Users List" >

Re: AW: Logging issue with logginf to seperate log files

2009-02-26 Thread Joe White
issue with logginf to seperate log files To: "Log4J Users List" Date: Wednesday, February 25, 2009, 10:48 AM The config file seems to be OK (BTW: You should use the tag "logger" instead of "category" which is deprecated). How do you fetch the logger instanc

Re: AW: Logging issue with logginf to seperate log files

2009-02-26 Thread Santhoo Kumar
hat i have to do. just suggest me in this case. Regards, Santhoo --- On Wed, 2/25/09, Bender Heri wrote: From: Bender Heri Subject: AW: Logging issue with logginf to seperate log files To: "Log4J Users List" Date: Wednesday, February 25, 2009, 10:48 AM The config file seems to

AW: Logging issue with logginf to seperate log files

2009-02-25 Thread Bender Heri
The config file seems to be OK (BTW: You should use the tag "logger" instead of "category" which is deprecated). How do you fetch the logger instance in LoadCommonData? You should use "Logger.getLogger( LoadCommonData.class )". For debugging log4j, add the attribute debug to the root tag: http:/