|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.tc.utils.logging.LogFileOutputHandler
public class LogFileOutputHandler
This class implements an IOutputStream which writes to a file.
Constructor Summary | |
---|---|
LogFileOutputHandler(java.lang.String fileName)
Default constructor |
Method Summary | |
---|---|
void |
printLine(java.lang.String line)
writes the content to the file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogFileOutputHandler(java.lang.String fileName)
fileName
- name of the file used for loggingMethod Detail |
---|
public void printLine(java.lang.String line)
printLine
in interface LogGenericOutputHandler
line
- line to print
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |