See: Description
Class | Description |
---|---|
AbstractOutputTarget |
Abstract output target.
|
AbstractTarget |
Abstract target.
|
AsyncLogTarget |
An asynchronous LogTarget that sends entries on in another thread.
|
DatagramOutputTarget | Deprecated
Use org.apache.log.output.net.DatagramOutputTarget instead
|
DefaultOutputLogTarget | Deprecated
Use org.apache.log.output.io.WriterTarget or
org.apache.log.output.io.StreamTarget as appropriate
as this class encourages unsafe behaviour
|
FileOutputLogTarget | Deprecated
Use org.apache.log.output.io.FileTarget as this class is not thread safe
|
MemoryTarget |
Output LogEvents into an buffer in memory.
|
NullOutputLogTarget |
A output target that does nothing.
|
ServletOutputLogTarget |
Generic logging interface.
|