MCPcopy
hub / github.com/grpc/grpc-go / tLogger

Struct tLogger

internal/grpctest/tlogger.go:65–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63)
64
65type tLogger struct {
66 v int
67 initialized bool
68
69 mu sync.Mutex
70 t *testing.T
71 start time.Time
72 logs map[logType]map[*regexp.Regexp]int
73}
74
75func init() {
76 vLevel := 0 // Default verbosity level

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected