Click or drag to resize

LoggerIsDebug Property

Gets or sets a value indicating whether this instance is in debug mode.

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

Property Value

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

Implements

ILoggerIsDebug
See Also