var google.golang.org/grpc/internal/binarylog.grpclogLogger
10 uses
google.golang.org/grpc/internal/binarylog (current package)
binarylog.go#L43: var grpclogLogger = grpclog.Component("binarylog")
binarylog.go#L154: grpclogLogger.Infof("binarylogging: failed to parse %q: %v", methodName, err)
env_config.go#L53: grpclogLogger.Warningf("failed to parse binary log config: %v", err)
method_logger.go#L221: grpclogLogger.Infof("binarylogging: failed to marshal proto message: %v", err)
method_logger.go#L226: grpclogLogger.Infof("binarylogging: message to log is neither proto.message nor []byte")
method_logger.go#L261: grpclogLogger.Infof("binarylogging: failed to marshal proto message: %v", err)
method_logger.go#L266: grpclogLogger.Infof("binarylogging: message to log is neither proto.message nor []byte")
method_logger.go#L317: grpclogLogger.Info("binarylogging: error in trailer is not a status error")
method_logger.go#L327: grpclogLogger.Infof("binarylogging: failed to marshal status proto: %v", err)
sink.go#L80: grpclogLogger.Infof("binary logging: failed to marshal proto message: %v", err)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |