autohit.common.test
Class TestLogFormatting

java.lang.Object
  extended byautohit.common.test.TestLogFormatting

public class TestLogFormatting
extends java.lang.Object

A simple CLI

Version:
1.0 Version History EPG - Initial - 25Apr03
Author:
Erich P. Gatejen

Constructor Summary
TestLogFormatting()
           
 
Method Summary
 void help()
          Help
static void main(java.lang.String[] args)
          main interface
 void ppWithNT(java.lang.String it)
          Object main
 void ppWithT(java.lang.String it)
          Object main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLogFormatting

public TestLogFormatting()
Method Detail

help

public void help()
Help


ppWithT

public void ppWithT(java.lang.String it)
             throws java.lang.Exception
Object main

Throws:
java.lang.Exception

ppWithNT

public void ppWithNT(java.lang.String it)
              throws java.lang.Exception
Object main

Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
main interface



Test.