Spelling and version 1.3.0
This commit is contained in:
@@ -125,7 +125,7 @@ public abstract class StandardTests extends TestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* Modify log4j's setup so that all messages actually logged get redirected
|
||||
* Modify Log4j's setup so that all messages actually logged get redirected
|
||||
* into the specified list.
|
||||
* <p>
|
||||
* This method also sets the logging level to INFO so that we
|
||||
|
||||
@@ -25,8 +25,8 @@ import org.apache.log4j.Logger;
|
||||
|
||||
/**
|
||||
* A concrete class that runs the standard tests, and is compiled
|
||||
* specifically against log4j12. The parent class can't call any
|
||||
* log4j methods at all as that would mean it has to be compiled
|
||||
* specifically against Log4j 1.2. The parent class can't call any
|
||||
* Log4j methods at all as that would mean it has to be compiled
|
||||
* against a particular version of log4j.
|
||||
*/
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ import org.apache.log4j.spi.LoggingEvent;
|
||||
|
||||
/**
|
||||
* A custom implementation of {@code org.apache.log4j.Appender} which
|
||||
* converts the log4j-specific log event record into a representation that
|
||||
* converts the Log4j-specific log event record into a representation that
|
||||
* doesn't have a dependency on log4j and stores that new representation into
|
||||
* an external list.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user