Click or drag to resize

LoggerIsEnabled Property

Gets or sets a value indicating whether to write logs to a file.

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

Property Value

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

Implements

ILoggerIsEnabled
See Also