MCPcopy Create free account
hub / github.com/labstack/gommon / Debug

Method Debug

log/log.go:152–154  ·  view source on GitHub ↗
(i ...interface{})

Source from the content-addressed store, hash-verified

150}
151
152func (l *Logger) Debug(i ...interface{}) {
153 l.log(DEBUG, fmt.Sprint(i...), false)
154}
155
156func (l *Logger) Debugf(format string, args ...interface{}) {
157 l.log(DEBUG, fmt.Sprintf(format, args...), false)

Callers 2

testFunction · 0.80
DebugFunction · 0.80

Calls 1

logMethod · 0.95

Tested by 1

testFunction · 0.64