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

Method Log

pkg/util/runutil/runutil_test.go:55–58  ·  view source on GitHub ↗
(keyvals ...any)

Source from the content-addressed store, hash-verified

53}
54
55func (l *fakeLogger) Log(keyvals ...any) error {
56 l.keyvals = keyvals
57 return nil
58}

Callers 3

loopMethod · 0.45
newCPUScannerFunction · 0.45
CloseWithLogOnErrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected