Click or drag to resize
LogManagerGetLoggerT Method

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

Retrieves or creates a named log.

Namespace: Yalla
Assembly: Yalla (in Yalla.dll) Version: 1.0.5813.3073
Syntax
public static ILog GetLogger<T>()

Type Parameters

T
The type to retrieve the log for.

Return Value

Type: ILog
Log.
See Also