Click or drag to resize

ILoggerLogWarningToEventLog Property

Gets or sets a value indicating whether to log warnings to system event log.

Namespace:  Koden.Utils.Interfaces
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
bool LogWarningToEventLog { get; set; }

Property Value

Type: Boolean
true if [log error to event log]; otherwise, false.
See Also