ILogger.IsDebugEnabled Property

TegoOS

ILoggerIsDebugEnabled Property
True if Debug is enabled; otherwise false

Namespace: Tego.Logging
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
bool IsDebugEnabled { get; }
ReadOnly Property IsDebugEnabled As Boolean
	Get
property bool IsDebugEnabled {
	bool get ();
}
abstract IsDebugEnabled : bool with get

Property Value

Type: Boolean
See Also