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

Method Error

log/log.go:188–190  ·  view source on GitHub ↗
(i ...interface{})

Source from the content-addressed store, hash-verified

186}
187
188func (l *Logger) Error(i ...interface{}) {
189 l.log(ERROR, fmt.Sprint(i...), false)
190}
191
192func (l *Logger) Errorf(format string, args ...interface{}) {
193 l.log(ERROR, fmt.Sprintf(format, args...), false)

Callers 5

TestBytesParseErrorsFunction · 0.80
TestDial_TimeoutFunction · 0.80
TestDial_InvalidAddressFunction · 0.80
testFunction · 0.80
ErrorFunction · 0.80

Calls 1

logMethod · 0.95

Tested by 4

TestBytesParseErrorsFunction · 0.64
TestDial_TimeoutFunction · 0.64
TestDial_InvalidAddressFunction · 0.64
testFunction · 0.64