Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
func
(l *Logger) Debug(i ...
interface
{}) {
153
l.log(DEBUG, fmt.Sprint(i...), false)
154
}
155
156
func
(l *Logger) Debugf(format string, args ...
interface
{}) {
157
l.log(DEBUG, fmt.Sprintf(format, args...), false)
Callers
2
test
Function · 0.80
Debug
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
1
test
Function · 0.64