Re: Logging using commons.logging

2003-10-27 Thread Craig R. McClanahan
Ritvik wrote: Hi There, In our system we have a requirement to generate two seperate logs, system log and auditing log. The system log must log details of request and processing details. This log is mainly used by developer at the time of debugging and maintenance. The auditing log is used for

Logging using commons.logging

2003-10-23 Thread Ritvik
Hi There, In our system we have a requirement to generate two seperate logs, system log and auditing log. The system log must log details of request and processing details. This log is mainly used by developer at the time of debugging and maintenance. The auditing log is used for auditing

Re: Logging using commons.logging

2003-10-23 Thread Todor Sergueev Petkov
Try this : http://www.vipan.com/htdocs/log4jhelp.html Ritvik wrote: Hi There, In our system we have a requirement to generate two seperate logs, system log and auditing log. The system log must log details of request and processing details. This log is mainly used by developer at the time of