diff --git a/src/test/org/apache/commons/logging/log4j/TestAppender.java b/src/test/org/apache/commons/logging/log4j/TestAppender.java index 3b07d79..302c703 100644 --- a/src/test/org/apache/commons/logging/log4j/TestAppender.java +++ b/src/test/org/apache/commons/logging/log4j/TestAppender.java @@ -25,7 +25,10 @@ import org.apache.log4j.spi.LoggingEvent; /** - *

Test implementation of org.apache.log4j.Appender.

+ * A custom implementation of org.apache.log4j.Appender 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$