Click or drag to resize

EventLogElementWarning Property

Gets or sets a value indicating whether Warnings are logged in the event log.

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

Property Value

Type: Boolean
true if warning; otherwise, false.
See Also