Click or drag to resize
ILoggerIsEnabled Method

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

Gets a value indicating whether logging of entries of the specified level is enabled.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
bool IsEnabled(
	LogLevel logLevel
)

Parameters

logLevel
Type: YallaLogLevel
Log level.

Return Value

Type: Boolean
true if logging of entries of the specified level is enabled.
See Also