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