|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Logging
Interface defining a very simple file-based logging system.
| Method Summary | |
|---|---|
void |
closeLogFile()
Terminates the current log and closes its log file. |
void |
logMsg(java.lang.String msg)
Writes the given message to the log file. |
void |
logWrite(java.lang.String msg)
Writes the given message with a line terminator to the log file. |
void |
openLogFile(java.lang.String path)
Starts a log on the file with the specified path. |
| Method Detail |
|---|
void openLogFile(java.lang.String path)
void logMsg(java.lang.String msg)
void logWrite(java.lang.String msg)
void closeLogFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||