public interface Logging
Modifier and Type | Method and Description |
---|---|
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.
|
void openLogFile(java.lang.String path)
void logMsg(java.lang.String msg)
void logWrite(java.lang.String msg)
void closeLogFile()