 | ILoggerIsDebug Property |
Gets or sets a value indicating whether this instance is debug.
Namespace:
Koden.Utils.Interfaces
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxbool IsDebug { get; set; }
Property IsDebug As Boolean
Get
Set
property bool IsDebug {
bool get ();
void set (bool value);
}
abstract IsDebug : bool with get, set
Property Value
Type:
Booleantrue if this instance is debug; otherwise,
false.
See Also