| org.apache.log.output.DefaultOutputLogTarget org.apache.log.output.FileOutputLogTarget
Method Summary | |
public void | setAppend(boolean append) | public void | setFilename(String filename) Overwrites the m_output value in the super class through
assignment of an OutputStreamWriter based on a supplied
file path. |
FileOutputLogTarget | public FileOutputLogTarget()(Code) | | |
setAppend | public void setAppend(boolean append)(Code) | | |
setFilename | public void setFilename(String filename) throws IOException(Code) | | Overwrites the m_output value in the super class through
assignment of an OutputStreamWriter based on a supplied
file path. Side-effects include the creation of a
directory path based relative to the supplied filename.
Parameters: filename - path and filename for log destination |
|
|