MCPcopy Create free account
hub / github.com/labstack/gommon / Errorf

Function Errorf

log/log.go:320–322  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

318}
319
320func Errorf(format string, args ...interface{}) {
321 global.Errorf(format, args...)
322}
323
324func Errorj(j JSON) {
325 global.Errorj(j)

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…