Click or drag to resize
Log Constructor

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

Initializes a new instance of the Log class.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public Log(
	ILogger logger,
	ILogFormatter formatter
)

Parameters

logger
Type: YallaILogger
Logger.
formatter
Type: YallaILogFormatter
Log formatter.
See Also