Click or drag to resize

CTExtensionLogToFile Method

When called for the first time during the session, initializes log file (%TEMP%\<identifying name>.log") and appends the string to the log. Consequent calls just appends to the log file.

Namespace: CTExtensions
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void LogToFile(
	string str
)

Parameters

str  String
Revision History
DateVersionDescription
-2025 SP1First Release
See Also