MCPcopy Create free account
hub / github.com/cortexproject/cortex / Log

Method Log

pkg/util/spanlogger/spanlogger_test.go:73–75  ·  view source on GitHub ↗
(keyvals ...any)

Source from the content-addressed store, hash-verified

71type funcLogger func(keyvals ...any) error
72
73func (f funcLogger) Log(keyvals ...any) error {
74 return f(keyvals...)
75}

Callers 2

TestSpanLogger_LogFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected