LogWarnings Property
Summary
Gets or sets a value that determines whether an event log of type
EventType.Warning should be written to the log file.
Syntax
public bool LogWarnings { get; set; }
Public Property LogWarnings As Boolean
public:
property bool LogWarnings {
bool get();
void set ( bool );
}
Property Value
true to enable logging event log of type EventType.Warning; otherwise false.