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

Method Errorf

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

Source from the content-addressed store, hash-verified

190}
191
192func (l *Logger) Errorf(format string, args ...interface{}) {
193 l.log(ERROR, fmt.Sprintf(format, args...), false)
194}
195
196func (l *Logger) Errorj(j JSON) {
197 l.logJSON(ERROR, j)

Callers 5

ParseBinaryMethod · 0.80
ParseDecimalMethod · 0.80
TestRandomStringBiasFunction · 0.80
testFunction · 0.80
ErrorfFunction · 0.80

Calls 1

logMethod · 0.95

Tested by 2

TestRandomStringBiasFunction · 0.64
testFunction · 0.64