Click or drag to resize
LoggerBaseTLevelIsEnabled Method (TLevel)

[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
protected abstract bool IsEnabled(
	TLevel level
)

Parameters

level
Type: TLevel
Log level.

Return Value

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