Howdy,
Here's another axis towards an answer, two actually:

1.

><!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">

Closely inspect log4j.dtd that's in the log4j jar.

>The tag named appender is there any documentation that tell u the
format of
>the xml, or in the case of the property file.

2. Appenders conform to the JavaBean framework.  Look at the JavaDoc for
any appender implementation.  See what accessor methods are available.
You can set the corresponding property (omit the get/set part of the
method name) in your configuration files.

Yoav Shapira
Millennium ChemInformatics

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to