Class Summary |
Assertion |
This class allows the coders to put in code that simply
checks a boolean value or statement and logs the results
accordingly. |
Debug |
The debug class provides an alternative to the System.out.println and print
methods. |
Log |
The log class will allow messages to be written to a log file. |
Strip |
The strip application will act as a pre-processor to the compiler, it will
run through the source files in the specified
directory and (if requested) recursively comment out or uncomment the debug
information in the code. |