MCPcopy
hub / github.com/grafana/dskit / Log

Method Log

server/server_test.go:771–773  ·  view source on GitHub ↗
(keyvals ...interface{})

Source from the content-addressed store, hash-verified

769}
770
771func (f *FakeLogger) Log(keyvals ...interface{}) error {
772 return f.logger.Log(keyvals...)
773}
774
775func (f *FakeLogger) assertContains(t *testing.T, content string) {
776 require.True(t, bytes.Contains(f.buf.Bytes(), []byte(content)))

Callers 5

LoopMethod · 0.45
newServerFunction · 0.45
HandleRPCMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected