SetLogFileName()
Summary
Sets the log file name
Changes
Added to Version 2025
Syntax
SetLogFileName(string file_name)
| Argument | Contents |
|---|---|
| file_name | The full path and file name of the log file |
Example
SetLogFileName("c:\\temp\\logfile.txt")
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 |
|
©2026 Caliper Corporation |