| YallaLoggerIsDebugEnabled Property |
[This is preliminary documentation and is subject to change.]
Gets a value indicating whether debug output is enabled.
Namespace: Yalla.GoogleApisAssembly: Yalla.GoogleApis (in Yalla.GoogleApis.dll) Version: 1.0.5813.3169
Syntax public bool IsDebugEnabled { get; }
Public ReadOnly Property IsDebugEnabled As Boolean
Get
public:
virtual property bool IsDebugEnabled {
bool get () sealed;
}
abstract IsDebugEnabled : bool with get
override IsDebugEnabled : bool with get
Property Value
Type:
Booleantrue if debug output is enabled.
Implements
ILogger.IsDebugEnabledSee Also