Click or drag to resize
MacroDebugLogMacroOperation 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: 10.0.0
Syntax
C#
public static DataRow LogMacroOperation(
	string expression,
	Object result,
	int indent,
	double duration = 0
)

Parameters

expression
Type: SystemString
Expression
result
Type: SystemObject
Result
indent
Type: SystemInt32
Indent
duration (Optional)
Type: SystemDouble
Duration of the operation

Return Value

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