Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
func
(l *Logger) Debugf(format string, args ...
interface
{}) {
157
l.log(DEBUG, fmt.Sprintf(format, args...), false)
158
}
159
160
func
(l *Logger) Debugj(j JSON) {
161
l.logJSON(DEBUG, j)
Callers
4
test
Function · 0.80
TestStringWithQuotes
Function · 0.80
TestEmptyHeader
Function · 0.80
Debugf
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
3
test
Function · 0.64
TestStringWithQuotes
Function · 0.64
TestEmptyHeader
Function · 0.64