| Class | Description |
|---|---|
| AbstractLogger |
Abstract base class to write messages about interesting things happening to a
log.
|
| Level |
Declaration of different logging levels.
|
| Logger | Deprecated
-- this class is no longer part of WrapLog.
|
| NoneLogger |
A Logger that does not log anywhere.
|
| SystemLogger |
Logger to write messages to
System.out (debug, info) and
System.err (warn, error). |
| Exception | Description |
|---|---|
| LoggingException |
RuntimeException to indicate that a message could not be logged.
|