Click or drag to resize
NoOpLogFactoryGetLogger Method (Type)

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

Retrieves or creates a log by type.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public ILog GetLogger(
	Type type
)

Parameters

type
Type: SystemType
The type to retrieve the log for.

Return Value

Type: ILog
Log.

Implements

ILogFactoryGetLogger(Type)
See Also