MCPcopy
hub / github.com/grpc-ecosystem/go-grpc-middleware / Log

Method Log

interceptors/logging/logging.go:213–213  ·  view source on GitHub ↗
(ctx context.Context, level Level, msg string, fields ...any)

Source from the content-addressed store, hash-verified

211// interface used for all our interceptors.
212type Logger interface {
213 Log(ctx context.Context, level Level, msg string, fields ...any)
214}
215
216// LoggerFunc is a function that also implements Logger interface.

Callers 8

PostCallMethod · 0.65
PostMsgSendMethod · 0.65
PostMsgReceiveMethod · 0.65
InterceptorLoggerFunction · 0.65
InterceptorLoggerFunction · 0.65
interceptorLoggerFunction · 0.65
interceptorLoggerFunction · 0.65

Implementers 1

mockLoggerinterceptors/logging/interceptors_test

Calls

no outgoing calls

Tested by 3

InterceptorLoggerFunction · 0.52
InterceptorLoggerFunction · 0.52