Click or drag to resize
LogFactory Constructor (ILoggerFactoryAdapter, ILogFormatter)

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

Initializes a new instance of the LogFactory class.

Namespace: Yalla
Assembly: Yalla (in Yalla.dll) Version: 1.0.5813.3073
Syntax
public LogFactory(
	ILoggerFactoryAdapter adapter,
	ILogFormatter formatter
)

Parameters

adapter
Type: YallaILoggerFactoryAdapter
Logger factory adapter.
formatter
Type: YallaILogFormatter
Log formatter.
See Also