MCPcopy
hub / github.com/CodisLabs/codis / InfoError

Method InfoError

pkg/utils/log/log.go:313–320  ·  view source on GitHub ↗
(err error, v ...interface{})

Source from the content-addressed store, hash-verified

311}
312
313func (l *Logger) InfoError(err error, v ...interface{}) {
314 t := TYPE_INFO
315 if l.isDisabled(t) {
316 return
317 }
318 s := fmt.Sprint(v...)
319 l.output(1, err, t, s)
320}
321
322func (l *Logger) InfoErrorf(err error, format string, v ...interface{}) {
323 t := TYPE_INFO

Callers

nothing calls this directly

Calls 2

isDisabledMethod · 0.95
outputMethod · 0.95

Tested by

no test coverage detected