Click or drag to resize
LogManagerInitialize Method (ILoggerFactoryAdapter)

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

Initializes the logging system.

Namespace: Yalla
Assembly: Yalla (in Yalla.dll) Version: 1.0.5813.3073
Syntax
public static void Initialize(
	ILoggerFactoryAdapter adapter
)

Parameters

adapter
Type: YallaILoggerFactoryAdapter
Logger factory adapter.
See Also