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