bb.util.logging
Class LogUtil.UnitTest

java.lang.Object
  extended by 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.


Constructor Summary
LogUtil.UnitTest()
           
 
Method Summary
 void test_getLogger2()
           
 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.
 void test_makeLogger2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogUtil.UnitTest

public LogUtil.UnitTest()
Method Detail

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.