Click or drag to resize
YallaLoggerForType Method (Type)

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

Returns a logger which will be associated with the specified type.

Namespace: Yalla.GoogleApis
Assembly: Yalla.GoogleApis (in Yalla.GoogleApis.dll) Version: 1.0.5813.3169
Syntax
public ILogger ForType(
	Type type
)

Parameters

type
Type: SystemType
Type to which this logger belongs.

Return Value

Type: ILogger
A type-associated logger.

Implements

ILogger.ForType(Type)
See Also