com.bristle.javalib.log
Class LoggerUtil.Tester

java.lang.Object
  extended by com.bristle.javalib.log.LoggerUtil.Tester
Enclosing class:
LoggerUtil

public static class LoggerUtil.Tester
extends Object

Each class contains a Tester inner class with a main() for easier unit testing. To call main from the command line, use:

   java class$Tester
where "class" is the name of the outer class.
Anticipated Changes:
      None.


Constructor Summary
LoggerUtil.Tester()
           
 
Method Summary
static void main(String[] args)
          Main testing method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerUtil.Tester

public LoggerUtil.Tester()
Method Detail

main

public static void main(String[] args)
Main testing method.
Anticipated Changes:
      None.

Parameters:
args - Array of command line argument strings