|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.huguesjohnson.LogFile
class LogFile
| Constructor Summary | |
LogFile(java.lang.String fileName)
constructor |
|
| Method Summary | |
void |
close()
flushes buffer and closes logFile |
void |
log(java.lang.String line)
appends a line to the log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LogFile(java.lang.String fileName)
fileName - name & path of file to use| Method Detail |
public void close()
public void log(java.lang.String line)
line - the line to append
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||