Maptitude GISDK Help

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

Example

SetLogFileName("c:\\temp\\logfile.txt")

AppendToLogFile(0, "Process completed")

 

See Also

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