Click or drag to resize

LoggerLogInformationToEventLog Property

Gets or sets a value indicating whether log information records to event log. (Probably not a good idea)

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 LogInformationToEventLog { get; set; }

Property Value

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

Implements

ILoggerLogInformationToEventLog
See Also