Click or drag to resize
YallaLoggerIsDebugEnabled Property

[This is preliminary documentation and is subject to change.]

Gets a value indicating whether debug output is enabled.

Namespace: Yalla.GoogleApis
Assembly: Yalla.GoogleApis (in Yalla.GoogleApis.dll) Version: 1.0.5813.3169
Syntax
public bool IsDebugEnabled { get; }

Property Value

Type: Boolean
true if debug output is enabled.

Implements

ILogger.IsDebugEnabled
See Also