Click or drag to resize
HandlersDebugLogToFile Method
Logs the handler operation to the log file.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static void LogToFile(
	string name,
	string partName,
	int indent
)

Parameters

name
Type: SystemString
Name of the handler or method
partName
Type: SystemString
Name of the part of the handler that is called
indent
Type: SystemInt32
Indentation of the log
See Also