1
0

Split Log4JLogger into Log4J12Logger and Log4J13Logger

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@193079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2005-06-23 05:40:32 +00:00
parent 60c7478968
commit 549db6b069
8 changed files with 463 additions and 321 deletions

View File

@@ -182,7 +182,7 @@ public class CustomConfigTestCase extends DefaultConfigTestCase {
assertNotNull("Log exists", log);
assertEquals("Log class",
"org.apache.commons.logging.impl.Log4JLogger",
"org.apache.commons.logging.impl.Log4J12Logger",
log.getClass().getName());
// Assert which logging levels have been enabled

View File

@@ -154,7 +154,7 @@ public class DefaultConfigTestCase extends TestCase {
assertNotNull("Log exists", log);
assertEquals("Log class",
"org.apache.commons.logging.impl.Log4JLogger",
"org.apache.commons.logging.impl.Log4J12Logger",
log.getClass().getName());
// Can we call level checkers with no exceptions?