Click or drag to resize
YallaLoggerForTypeT Method

[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<T>()

Type Parameters

T
Type to which this logger belongs.

Return Value

Type: ILogger
A type-associated logger.

Implements

ILogger.ForType``1
See Also