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

Method Debug

logging/log.go:184–186  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

182}
183
184func (l levelLogger) Debug(args ...interface{}) {
185 _ = level.Debug(l).Log("msg", Sprint(args...))
186}
187
188func (l levelLogger) Info(args ...interface{}) {
189 _ = level.Info(l).Log("msg", Sprint(args...))

Callers

nothing calls this directly

Calls 3

SprintFunction · 0.85
LogMethod · 0.80
DebugMethod · 0.65

Tested by

no test coverage detected