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
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"
>
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
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
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:/