Click or drag to resize
LoggerBaseTLevelIsEnabled Method (LogLevel)

[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
public override 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.

Implements

ILoggerIsEnabled(LogLevel)
See Also