Click or drag to resize

LoggerSectionIsEnabled Property

Gets or sets a value indicating whether this instance is enabled.

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

Property Value

Type: Boolean
true if this instance is enabled; otherwise, false.
See Also