#x27;Log4J Developers List'
Subject: RE: Writing a new appender...
If you take a look at the source for some of the standard appenders
(like
FileAppender:
http://cvs.apache.org/viewcvs/jakarta-log4j/src/java/org/apache/log4j/Fi
leAp
pender.java?rev=1.35&content-type=text/vnd.viewcvs-mark
ee in the FileAppender example, it's
exactly what you're looking for.
-Jim Moore
-Original Message-
From: Bill Chmura [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 08, 2003 7:39 PM
To: [EMAIL PROTECTED]
Subject: Writing a new appender...
I am writing a new appender and cannot r
> (1) I have some properties that are optional. I need to do some
> initialization of the appender based on these. I need to know when they
> are set and when all of the properties have been set. It would be great
> if there was a call that was made when the appender was ready to go...
> That wa
I am writing a new appender and cannot really find any good
documentation on how to go about doing it.
I have something that does what I want it to do, but I have a few
questions:
(1) I have some properties that are optional. I need to do some
initialization of the appender based on these. I