MCPcopy Index your code
hub / github.com/CodisLabs/codis / Error

Method Error

pkg/utils/log/log.go:223–230  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

221}
222
223func (l *Logger) Error(v ...interface{}) {
224 t := TYPE_ERROR
225 if l.isDisabled(t) {
226 return
227 }
228 s := fmt.Sprint(v...)
229 l.output(1, nil, t, s)
230}
231
232func (l *Logger) Errorf(format string, v ...interface{}) {
233 t := TYPE_ERROR

Callers 2

IntMethod · 0.45
outputMethod · 0.45

Calls 2

isDisabledMethod · 0.95
outputMethod · 0.95

Tested by

no test coverage detected