Click or drag to resize

LoggerLogErrorToEventLog Property

Gets or sets a value indicating whether to log errors 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 LogErrorToEventLog { get; set; }

Property Value

Type: Boolean
true if [log error to evet log]; otherwise, false.

Implements

ILoggerLogErrorToEventLog
See Also