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

Method Log

modules/generator/generator_test.go:146–149  ·  view source on GitHub ↗
(keyvals ...interface{})

Source from the content-addressed store, hash-verified

144}
145
146func (l testLogger) Log(keyvals ...interface{}) error {
147 l.t.Log(keyvals...)
148 return nil
149}
150
151func BenchmarkPushSpans(b *testing.B) {
152 var (

Callers

nothing calls this directly

Calls 1

LogMethod · 0.65

Tested by

no test coverage detected