Click or drag to resize
MacroDebugLogMacroFailure Method
Logs the failure information.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public static void LogMacroFailure(
	string expression,
	string errMessage,
	string eventLogCode
)

Parameters

expression
Type: SystemString
Expression the evaluation of which failed
errMessage
Type: SystemString
Error message to log
eventLogCode
Type: SystemString
Event log code
See Also