MCPcopy 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
196func (l *Logger) Errorj(j JSON) {
197 l.logJSON(ERROR, j)
198}
199
200func (l *Logger) Fatal(i ...interface{}) {
201 l.log(fatalLevel, fmt.Sprint(i...), false)

Callers 1

ErrorjFunction · 0.80

Calls 1

logJSONMethod · 0.95

Tested by

no test coverage detected