Debugging classes for Mckoi.
| Interface | Description |
|---|---|
| DebugLogger |
An interface for logging errors, warnings, messages, and exceptions in the
Mckoi system.
|
| Lvl |
Debug level static values.
|
| Class | Description |
|---|---|
| Debug | Deprecated.
use DebugLogger implementations instead.
|
| DefaultDebugLogger |
A default implementation of DebugLogger that logs messages to
a PrintWriter object.
|
Copyright © 2018. All rights reserved.