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 |
Appends text to the log file up to the limit to the number of messages |
|
Gets the name of the log file |
|
Empties the log file |
©2025 Caliper Corporation | www.caliper.com |