Share

LogControl.RuleEntryExitMessageLevel Property

If this is set to a level other than None, the log will contain messages for rule entry and exit, and for the events that cause the rules to run. Default: LogLevel.Trace.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Property RuleEntryExitMessageLevel As LogLevel
	Get
	Set

C#

LogLevel RuleEntryExitMessageLevel { get; set; }

Property Value

Type: LogLevel

See Also

Reference

Was this information helpful?