Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/labstack/gommon
/ Errorj
Method
Errorj
log/log.go:196–198 ·
view source on GitHub ↗
(j JSON)
Source
from the content-addressed store, hash-verified
194
}
195
196
func
(l *Logger) Errorj(j JSON) {
197
l.logJSON(ERROR, j)
198
}
199
200
func
(l *Logger) Fatal(i ...
interface
{}) {
201
l.log(fatalLevel, fmt.Sprint(i...), false)
Callers
1
Errorj
Function · 0.80
Calls
1
logJSON
Method · 0.95
Tested by
no test coverage detected