See: Description
| Class | Description |
|---|---|
| AbstractOutputTarget |
Abstract output target.
|
| AbstractTarget |
Abstract target.
|
| AbstractWrappingTarget |
Abstract base class for targets that wrap other targets.
|
| AsyncLogTarget |
An asynchronous LogTarget that sends entries on in another thread.
|
| MemoryTarget |
Output LogEvents into an buffer in memory.
|
| NullOutputLogTarget |
A output target that does nothing.
|
| PriorityFilteringTarget |
This is a priority filtering target that forwards only requests
to other (wrapped) targets that have the same or a higher
priority.
|
| ServletOutputLogTarget |
Generic logging interface.
|