 | 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)
Syntaxpublic bool IsEnabled { get; set; }
Public Property IsEnabled As Boolean
Get
Set
public:
virtual property bool IsEnabled {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsEnabled : bool with get, set
override IsEnabled : bool with get, set
Property Value
Type:
Booleantrue if this instance is enabled; otherwise,
false.
Implements
ILoggerIsEnabled
See Also