| Interface | Description |
|---|---|
| Loggable |
All classes that want to perform logging must implement this interface.
|
| Logger |
Simple interface for logging and tracing.
|
| Class | Description |
|---|---|
| AntLogger |
Logger implementation that logs to Ant.
|
| FileLogger |
File implementation which sends logged messages to a file.
|
| LoggedObject |
Helper class for implementing
Loggable methods. |
| LogLevel |
Definition of logging levels for Cargo's logs.
|
| NullLogger |
Null implementation which does nothing with log messages.
|
| SimpleLogger |
Simple implementation which sends log messages to the console (stdout).
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.