com.mckoi.debug |
com.mckoi.debug - Debugging classes
Debugging classes for Mckoi.
|
Java Source File Name | Type | Comment |
Debug.java | Class | This is a static class that should be used to output debugging information.
Since all debug messages go through this class, we can easily turn the
messages on and off, or specify output of different levels of debugging
information. |
DebugLogger.java | Interface | An interface for logging errors, warnings, messages, and exceptions in the
Mckoi system. |
DefaultDebugLogger.java | Class | A default implementation of DebugLogger that logs messages to
a PrintWriter object.
This implementation allows for filtering of log messages of particular
depth. |
Lvl.java | Interface | Debug level static values. |