Hi
Paul,
Thanx a lot.
Nidhi
-Original Message-From: Paul Glezen
[mailto:[EMAIL PROTECTED]Sent: Tuesday, February 03, 2004 10:48
PMTo: Log4J Developers ListSubject: Re: How to extend
Logger Class
Hi Nidhi,The log4j distribution includes a "deepExtension.html"
document i
Title: Message
Hello
I want
to use Logger class using wraper class so that i can call it in my project...If
i use the wrapper class around it then i ve to redefine its all static
function..Beside this after that i ve to overwrite the Baic log functions like
INFO,ERROR which are in Category c
Title: Message
I
would ask you why you want to extend the Logger class. Log4J provides a number
of ways of modifying default behaviors. You may find that you can meet your
needs without extending logger.
-Original Message-From: Paul Glezen
[mailto:[EMAIL PROTECTED] Sent: Tues
Hi Nidhi,
The log4j distribution includes a "deepExtension.html" document in the docs directory. It is a bit out of date (my fault), but it includes some tips for extending various portions of log4j.
- Paul
Paul Glezen
Consulting IT Specialist
IBM Software Services for WebSphere
818 539 3321
A
Hi
I would like to extend this class for a specific requirement, Unfortunately what is
stopping me from
doing so if the fact that the instance variable below has package access rather than
protected
//SyslogTracerPrintWriter stp;
SyslogQuietWriter sqw;
Thanks for producing such a useful lib