type google.golang.org/grpc/internal/binarylog.MethodLogger
11 uses
google.golang.org/grpc/internal/binarylog (current package)
binarylog.go#L34: getMethodLogger(methodName string) *MethodLogger
binarylog.go#L58: func GetMethodLogger(methodName string) *MethodLogger {
binarylog.go#L151: func (l *logger) getMethodLogger(methodName string) *MethodLogger {
method_logger.go#L51: type MethodLogger struct {
method_logger.go#L60: func newMethodLogger(h, m uint64) *MethodLogger {
method_logger.go#L61: return &MethodLogger{
method_logger.go#L73: func (ml *MethodLogger) Log(c LogEntryConfig) {
method_logger.go#L92: func (ml *MethodLogger) truncateMetadata(mdPb *pb.Metadata) (truncated bool) {
method_logger.go#L122: func (ml *MethodLogger) truncateMessage(msgPb *pb.Message) (truncated bool) {
google.golang.org/grpc
stream.go#L412: binlog *binarylog.MethodLogger // Binary logger, can be nil.
stream.go#L1362: binlog *binarylog.MethodLogger
![]() |
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. |