bb.util.logging
Class LogUtil.UnitTest
java.lang.Object
bb.util.logging.LogUtil.UnitTest
- Enclosing class:
- LogUtil
public static class LogUtil.UnitTest
- extends Object
See the Overview page of the project's javadocs for a general description of this unit test class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogUtil.UnitTest
public LogUtil.UnitTest()
test_getLogger2
public void test_getLogger2()
test_makeLogger2
public void test_makeLogger2()
test_LogManagerBug
public void test_LogManagerBug()
- Must run with a logging.properties file that only contains:
com.xyz.level = FINE
com.level = INFO
Note how the child Logger's level is defined first.