Click or drag to resize
HandlersDebugLogHandlerOperation Method (String, String, Int32)
Logs the handler operation. Logs the handler operation to the file and to current request log for debugging.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static DataRow LogHandlerOperation(
	string name,
	string partName,
	int indent = -1
)

Parameters

name
Type: SystemString
Name of the handler or method
partName
Type: SystemString
Name of the part of the handler that is called
indent (Optional)
Type: SystemInt32
Indentation of the logged record

Return Value

Type: DataRow
Returns the DataRow with new log item
See Also