MacroDebugLogMacroOperation 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: 13.0.131
Syntax 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:
DataRowReturns the DataRow with new log item
See Also