MacroDebugLogToFile Method |
Logs the macro resolve operation to the log file.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public static void LogToFile(
string expression,
Object result,
int indent
)
Parameters
- expression
- Type: SystemString
Expression - result
- Type: SystemObject
Result of the macro - indent
- Type: SystemInt32
Indentation
See Also