Package com.niggle.util

Interface Summary
Log An interface to define a single method used for logging information.
 

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

Exception Summary
AssertionFailedException Runtime exception to indicate that an assertion has failed.
FileLockException Thrown in the face of file lock problems, by the FileLock class.