org.apache.log.output
public class FileOutputLogTarget extends DefaultOutputLogTarget
Deprecated: Use org.apache.log.output.io.FileTarget as this class is not thread safe
This is a basic Output log target that writes to a file.| Constructor Summary | |
|---|---|
| FileOutputLogTarget() | |
| FileOutputLogTarget(String filename) | |
| FileOutputLogTarget(String filename, boolean append) | |
| Method Summary | |
|---|---|
| void | setAppend(boolean append) |
| void | setFilename(String filename)
Overwrites the m_output value in the super class through
assignment of an OutputStreamWriter based on a supplied
file path. |
Parameters: filename path and filename for log destination