Click or drag to resize
HandlersDebugLogHandlerOperation Method (MethodInfo, Boolean, 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: 10.0.0
Syntax
C#
public static DataRow LogHandlerOperation(
	MethodInfo method,
	bool methodExecuted,
	int indent = -1
)

Parameters

method
Type: System.ReflectionMethodInfo
Methods called by the handler
methodExecuted
Type: SystemBoolean
If true, the method was actually executed
indent (Optional)
Type: SystemInt32
Indentation of the logged record

Return Value

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