Click or drag to resize

LoggerLogWarningToEventLog Property

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

Namespace:  Koden.Utils.Logger
Assembly:  Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool LogWarningToEventLog { get; set; }

Property Value

Type: Boolean
true if [log warning to event log]; otherwise, false.

Implements

ILoggerLogWarningToEventLog
See Also