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