ILogger.IsInfoEnabled Property

TegoOS

ILoggerIsInfoEnabled Property
True if Info is enabled; otherwise false

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

Property Value

Type: Boolean
See Also