| Interface | Description |
|---|---|
| LogEnabled |
Components that need to log can implement this interface to
be provided Loggers.
|
| Loggable | Deprecated
Use
LogEnabled instead. |
| Logger |
This is a facade for the different logging subsystems.
|
| Class | Description |
|---|---|
| AbstractLogEnabled |
Utility class to allow easy construction of components that will perform
logging.
|