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

Method Log

gcp/observability/logging.go:345–347  ·  view source on GitHub ↗
(ctx context.Context, c iblog.LogEntryConfig)

Source from the content-addressed store, hash-verified

343}
344
345func (bml *binaryMethodLogger) Log(ctx context.Context, c iblog.LogEntryConfig) {
346 bml.exporter.EmitGcpLoggingEntry(bml.buildGCPLoggingEntry(ctx, c))
347}
348
349type eventConfig struct {
350 // ServiceMethod has /s/m syntax for fast matching.

Callers

nothing calls this directly

Calls 2

buildGCPLoggingEntryMethod · 0.95
EmitGcpLoggingEntryMethod · 0.65

Tested by

no test coverage detected