Click or drag to resize
MacroDebug.LogMacroOperation Method
Logs the macro operation. Logs the security operation to the file and to current request log for debugging.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public static DataRow LogMacroOperation(
	string expression,
	Object result,
	int indent,
	double duration = 0
)

Parameters

expression
Type: System.String
Expression
result
Type: System.Object
Result
indent
Type: System.Int32
Indent
duration (Optional)
Type: System.Double
Duration of the operation

Return Value

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