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:
@@ -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
|
* @author Craig R. McClanahan
|
||||||
* @version $Revision$ $Date$
|
* @version $Revision$ $Date$
|
||||||
|
|||||||
Reference in New Issue
Block a user