Click or drag to resize
LoggerBaseTLevelGetLevel Method

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

Gets the concrete log level.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
protected abstract TLevel GetLevel(
	LogLevel logLevel
)

Parameters

logLevel
Type: YallaLogLevel
Yalla log level.

Return Value

Type: TLevel
Log level.
See Also