Click or drag to resize
RequestDebugLogRequestOperation Method
Logs the request operation. Logs the request operation to the file and to current request log for debugging.

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

Parameters

method
Type: SystemString
Method (Operation)
parameter
Type: SystemString
Parameter
indent
Type: SystemInt32
Log indentation
See Also