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

Function newEmptyLogger

internal/binarylog/binarylog.go:108–110  ·  view source on GitHub ↗

newEmptyLogger creates an empty logger. The map fields need to be filled in using the set* functions.

()

Source from the content-addressed store, hash-verified

106// newEmptyLogger creates an empty logger. The map fields need to be filled in
107// using the set* functions.
108func newEmptyLogger() *logger {
109 return &logger{}
110}
111
112// Set method logger for "*".
113func (l *logger) setDefaultMethodLogger(ml *MethodLoggerConfig) error {

Calls

no outgoing calls