Click or drag to resize
RequestDebugLogToFile Method
Logs the request operation to the log file.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void LogToFile(
	string method,
	string parameter,
	int indent
)

Parameters

method
Type: SystemString
Method (Operation)
parameter
Type: SystemString
Method parameter
indent
Type: SystemInt32
Indentation
See Also