Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/labstack/gommon
/ Debugj
Method
Debugj
log/log.go:160–162 ·
view source on GitHub ↗
(j JSON)
Source
from the content-addressed store, hash-verified
158
}
159
160
func
(l *Logger) Debugj(j JSON) {
161
l.logJSON(DEBUG, j)
162
}
163
164
func
(l *Logger) Info(i ...
interface
{}) {
165
l.log(INFO, fmt.Sprint(i...), false)
Callers
2
TestJSON
Function · 0.80
Debugj
Function · 0.80
Calls
1
logJSON
Method · 0.95
Tested by
1
TestJSON
Function · 0.64