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

Method Debugw

logging/log.go:164–167  ·  view source on GitHub ↗
(s string, fields ...interface{})

Source from the content-addressed store, hash-verified

162}
163
164func (l levelLogger) Debugw(s string, fields ...interface{}) {
165 m := append(fields, "msg", s)
166 _ = level.Debug(l).Log(m...)
167}
168
169func (l levelLogger) Infow(s string, fields ...interface{}) {
170 m := append(fields, "msg", s)

Callers

nothing calls this directly

Calls 2

LogMethod · 0.80
DebugMethod · 0.65

Tested by

no test coverage detected