MCPcopy Index your code
hub / github.com/DoNewsCode/core / levelLogger

Struct levelLogger

logging/log.go:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144type levelLogger struct {
145 log.Logger
146}
147
148func (l levelLogger) Debugf(s string, i ...interface{}) {
149 _ = level.Debug(l).Log("msg", Sprintf(s, i...))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected