Harper, Allen (AHARPER) <[EMAIL PROTECTED]> wrote: > Where can I find a COMPREHENSIVE list of all the parameters that > acompany the logger, appender, layout, etc, etc elements > In the Log4J XML configuration file. > > For example: > > <appender name="ASYNC" class="org.apache.log4j.AsyncAppender"> > <param name="bufferSize" value="1"/> > <appender-ref ref="CSF_JDBC"/> > </appender> > > No where in the manual is the parameter bufferSize discussed. This > parameter and many other are not even mentioned.
Check out the javadocs and look for set methods. Those are basically what you can set. -- James Stauffer http://www.geocities.com/stauffer_james/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]