MacroDebug.LogMacroOperation Method |
Logs the macro operation. Logs the security operation to the file and to current request log for debugging.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax 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:
DataRowReturns the DataRow with new log item
See Also