Versions in this module Expand all Collapse all v0 v0.11.2 May 28, 2020 Changes in this version + func DefaultCodeToLevel(code codes.Code) hclog.Level + func StreamClientInterceptor(logger hclog.Logger, opts ...Option) grpc.StreamClientInterceptor + func UnaryClientInterceptor(logger hclog.Logger, opts ...Option) grpc.UnaryClientInterceptor + type CodeToLevel func(code codes.Code) hclog.Level + type Option func(*options) + func WithStatusCodeToLevelFunc(fn CodeToLevel) Option