| Maptitude GISDK Help |
Appends text to the log file.
Added to Version 4.8.
AppendToLogFile(int IndentLevel, string text)
| Argument | Contents |
|---|---|
| IndentLevel | The indentation level of the text |
| text | The text of the message to append |
The indentation levels are five spaces each.
SetLogFileName("c:\\temp\\logfile.txt")
AppendToLogFile(0, "Process completed")
| Function | Summary |
|---|---|
| AppendToLogFileWithLimit() | Appends text to the log file up to the limit to the number of messages |
| GetLogFileName() | Gets the name of the log file |
| ResetLogFile() | Empties the log file |
| ©2025 Caliper Corporation | www.caliper.com |