org.apache.log.output.io |
Stream anf file based output destination LogTargets.
|
Java Source File Name | Type | Comment |
FileTarget.java | Class | A basic target that writes to a File. |
SafeFileTarget.java | Class | A target that will open and close a file for each logevent.
This is slow but a more reliable form of logging on some
filesystems/OSes. |
StreamTarget.java | Class | A basic target that writes to an OutputStream. |
WriterTarget.java | Class | This target outputs to a writer. |