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

Struct loggerT

grpclog/internal/loggerv2.go:121–125  ·  view source on GitHub ↗

loggerT is the default logger used by grpclog.

Source from the content-addressed store, hash-verified

119
120// loggerT is the default logger used by grpclog.
121type loggerT struct {
122 m []*log.Logger
123 v int
124 jsonFormat bool
125}
126
127func (g *loggerT) output(severity int, s string) {
128 sevStr := severityName[severity]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected