Click or drag to resize
ConsoleLoggerForTypeT Method
Returns a logger associated with the specified type.

Namespace: Grpc.Core.Logging
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public ILogger ForType<T>()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Grpc.Core.Logging.ConsoleLogger.ForType``1"]

Return Value

Type: ILogger

Implements

ILoggerForTypeT
See Also