XdsObjects Help file
XdsObjects Namespace / XdsGlobal.LogEventArgs Class / Level Property



Level Property
The level of the event being logged
Syntax
Public ReadOnly Property Level As LogLevel
Dim instance As XdsGlobal.LogEventArgs
Dim value As LogLevel
 
value = instance.Level
public LogLevel Level {get;}
public:
property LogLevel Level {
   LogLevel get();
}
Remarks
See LogToFile for the meaning of this level
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also