Class Summary |
Assert |
A helper class that gives us functionality equivalent to C's stdlib
assert() macro. |
ConsoleLog |
Make System.(out|err) support the com.revusky.niggle.util.Log interface.
|
FileLock |
A file lock. |
FileLog |
This class provides logging to a file. |
Logger |
A class that manages logging. |
ServletLog |
A class that implements the com.revusky.niggle.util.Log interface
by wrapping the built-in logging functionality in the ServletContext |
Util |
Dumping ground for utility functions that are more or less general-purpose. |