RE: Extending Category questions/problems (NEVER MIND)

2001-11-28 Thread Ed Soniat
Never post questions on low biorhythm days. Ed > -Original Message- > From: Ed Soniat > Sent: Wednesday, November 28, 2001 1:03 PM > To: Log4J Users List > Cc: [EMAIL PROTECTED] > Subject: Extending Category questions/problems > > > Two things, first a nit:

Extending Category questions/problems

2001-11-28 Thread Ed Soniat
Two things, first a nit: 1. The example XCategory specifies that it is the minimum required but implements OptionHandler. OptionHandler isn't required to extend Category is it? 2. I extend Category with NsaCategory and everything was happy for a day or two. I changed a few class names (didn't

RE: JDBCAppender

2001-11-20 Thread Ed Soniat
First off the JDBCAppender is not included in the jar for the distribution. I have tried two JDBCAppenders, Kevin Steppe (found in the distribution in contribs/KevinSteppe) and one referenced on the log4j web page found at http://support.klopotek.de/log4j/jdbc/default.htm. I find Kevin Steppe ea

RE: Help with JDBCAppender example for mysql. <<>>

2001-11-19 Thread Ed Soniat
Never mind. There is something that prevents me from connecting if I am not root and it has nothing to do with the example. Thats the problem when your learning 4 things at one time, Java, Linux, MySql and JDBCAppender. Sorry for the noise. Ed > -Original Message- > From: Ed

Help with JDBCAppender example for mysql.

2001-11-19 Thread Ed Soniat
The JDBCAppender examples are all coded for oracle. I'm trying to change them to MySql but I'm missing something. If anybody can send me a copy of the JDBCAppender examples that work for MySql I can probably get over the hump on this appender. Thanks. Ed -- To unsubscribe, e-mail:

RE: Advise on wrapping log4j Category for serialization.

2001-11-12 Thread Ed Soniat
t > Subject: RE: Advise on wrapping log4j Category for serialization. > > > Try using a transient field. Won't be Serialised... > Alan. > > -----Original Message- > From: Ed Soniat [mailto:[EMAIL PROTECTED]] > Sent: 12 November 2001 16:14 > To: [EMAIL PROTECTED

RE: Advise on wrapping log4j Category for serialization.

2001-11-12 Thread Ed Soniat
dvise on wrapping log4j Category for serialization. > > > Try using a transient field. Won't be Serialised... > Alan. > > -Original Message- > From: Ed Soniat [mailto:[EMAIL PROTECTED]] > Sent: 12 November 2001 16:14 > To: [EMAIL PROTECTED] > Subject: Advi

Advise on wrapping log4j Category for serialization.

2001-11-12 Thread Ed Soniat
I have been asked to wrap our log4jCategory so that classes using it can be switched to the wrapper to facilitate serialization. Does anybody have any pointers hints tips or implementation they can recommend? Thanks Ed -- To unsubscribe, e-mail: For additional comma

Configuration question

2001-10-16 Thread Ed Soniat
Look at the DOMConfigurator. It provides a lot of the extended control via an xml config file. It has a bug that prevents custom priorities, easy to fix and will be fixed in 1.2. I might mention that if you can I would start with 1.2. No expert but I'll be glad to join you in learning. Ed

Are resources set with Category.setResourceBundle inherited.

2001-10-08 Thread Ed Soniat
Folks: I can not determine if I should rely upon inheritance of resource bundles for l7dlog keys or not. May I rely upon the fact that Category inherits l7dlog resource bundles? Can I set the resource bundle for a base Category name and use it for all the derived names. For example: I set th

Will there be a 1.1.3 Patch ?

2001-10-04 Thread Ed Soniat
I am interested in getting version 1.7 of PriorityMatchFilter.java which has the fix that allows custom priorities derived from Priority to be specified in the config file. I do not want to maintain this code locally until 1.2 is out of alpha. Thank you for your assistance. Ed ---