Click or drag to resize
ObjectTypeSequenceAnalyzerLog Property
Log action for individual items. The action is called with three parameters - the log message, indentation level and whether a cycle has been detected.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public Action<string, int, bool> Log { get; set; }

Property Value

Type: ActionString, Int32, Boolean
See Also