Click or drag to resize
GrpcEnvironmentLogger Property
Gets application-wide logger used by gRPC.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public static ILogger Logger { get; }

Property Value

Type: ILogger
The logger.
See Also