Click or drag to resize
LoggerBaseTLevel, TSettings Constructor

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

Initializes a new instance of the LoggerBase class.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
protected LoggerBase(
	string name,
	TSettings settings
)

Parameters

name
Type: SystemString
The name of the logger.
settings
Type: TSettings
Logger settings.
See Also