1
0

Minor tweak to javadocs

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209729 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2005-07-08 10:07:13 +00:00
parent 9d0c1a7422
commit 8831d63879

View File

@@ -25,7 +25,10 @@ import org.apache.log4j.spi.LoggingEvent;
/**
* <p>Test implementation of <code>org.apache.log4j.Appender</code>.</p>
* A custom implementation of <code>org.apache.log4j.Appender</code> which
* stores all received log event messages in memory. This allows test code
* to check whether the messages it expected to log have actually been logged.
*
*
* @author Craig R. McClanahan
* @version $Revision$ $Date$