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