See: Description
| Interface | Description | 
|---|---|
| Appender | 
 Implementations may be add to an  
AppenderAdapter to capture log messages. | 
| AppenderAdapter | 
 Adapt the underlying logging infrastructure to accept an appender. 
 | 
| Layout | 
 Something that can format a log event. 
 | 
| LoggingEvent | 
 A Logging event. 
 | 
| ThrowableProxy | 
| Class | Description | 
|---|---|
| Log4jLoggerAdapter | 
 Adapter for Log4J. 
 | 
| LogbackLoggerAdapter | 
 Adapter for Logback. 
 | 
| LoggerAdapter | 
 Adapt an underlying logging framework. 
 | 
| Enum | Description | 
|---|---|
| LogLevel | 
 An Oddjob idea of a Log Level. 
 |