RE: How to extend Logger Class

2004-02-03 Thread Garg, Nidhi
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

RE: How to extend Logger Class

2004-02-03 Thread Garg, Nidhi
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

RE: How to extend Logger Class

2004-02-03 Thread Tom Drake
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

Re: How to extend Logger Class

2004-02-03 Thread Paul Glezen
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

org.apache.log4j.net.SyslogAppender

2004-02-03 Thread Kevin O-Riordan
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