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

Method Debugf

log/log.go:156–158  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

154}
155
156func (l *Logger) Debugf(format string, args ...interface{}) {
157 l.log(DEBUG, fmt.Sprintf(format, args...), false)
158}
159
160func (l *Logger) Debugj(j JSON) {
161 l.logJSON(DEBUG, j)

Callers 4

testFunction · 0.80
TestStringWithQuotesFunction · 0.80
TestEmptyHeaderFunction · 0.80
DebugfFunction · 0.80

Calls 1

logMethod · 0.95

Tested by 3

testFunction · 0.64
TestStringWithQuotesFunction · 0.64
TestEmptyHeaderFunction · 0.64