XdsObjects Help file
XdsObjects Namespace / XdsGlobal Class / EventLogLevel Property



EventLogLevel Property
Controls the logging of diagnistic message to the LogEvent event.
Syntax
Public Shared Property EventLogLevel As Integer
Dim value As Integer
 
XdsGlobal.EventLogLevel = value
 
value = XdsGlobal.EventLogLevel
public static int EventLogLevel {get; set;}
public:
static property int EventLogLevel {
   int get();
   void set (    int value);
}
Remarks
Bit field indicating which levels of activity should be logged. See LogToFile for more details.
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