Share

LogControl.Level Property

Gets and sets the level of logging messages wanted in the log. Set this to LogLevel.None to disable logging. Default: LogLevel.None.

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

Syntax

VB

Property Level As LogLevel
	Get
	Set

C#

LogLevel Level { get; set; }

Property Value

Type: LogLevel

See Also

Reference

Was this information helpful?