AppendToLogFile()
Summary
Appends text to the log file.
Changes
Added to Version 4.8.
Syntax
AppendToLogFile(int IndentLevel, string text)
| Argument | Contents |
|---|---|
| IndentLevel | The indentation level of the text |
| text | The text of the message to append |
Notes
-
The indentation levels are five spaces each.
Example
SetLogFileName("c:\\temp\\logfile.txt")
AppendToLogFile(0, "Process completed")
See Also
| Function | Summary |
|---|---|
| AppendToLogFileWithLimit() | Appends text to the log file while respecting a message limit |
| GetLogFileName() | Gets the name of the log file |
| ResetLogFile() | Empties the log file |