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

Method Debugf

logging/log.go:148–150  ·  view source on GitHub ↗
(s string, i ...interface{})

Source from the content-addressed store, hash-verified

146}
147
148func (l levelLogger) Debugf(s string, i ...interface{}) {
149 _ = level.Debug(l).Log("msg", Sprintf(s, i...))
150}
151
152func (l levelLogger) Infof(s string, i ...interface{}) {
153 _ = level.Info(l).Log("msg", Sprintf(s, i...))

Callers

nothing calls this directly

Calls 3

SprintfFunction · 0.85
LogMethod · 0.80
DebugMethod · 0.65

Tested by

no test coverage detected