Click or drag to resize

ILoggerIsEnabled Property

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

Namespace:  Koden.Utils.Interfaces
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
bool IsEnabled { get; set; }

Property Value

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