Click or drag to resize
MacroDebugLogToFile Method
Logs the macro resolve operation to the log file.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
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