Hi,

Are there any tricks to using the asyncronous appender class?  I've
added the following to my log4j.xml file:

   <appender name="A_FILE" class="org.apache.log4j.AsyncAppender">
       <appender-ref ref="FILE"/>
   </appender>

and as soon as I switch the root from FILE to A_FILE, logging stops.
The file is still being created though by the nested appender.


Dmitry

Reply via email to