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

Method Info

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

Source from the content-addressed store, hash-verified

293}
294
295func (l *Logger) Info(v ...interface{}) {
296 t := TYPE_INFO
297 if l.isDisabled(t) {
298 return
299 }
300 s := fmt.Sprint(v...)
301 l.output(1, nil, t, s)
302}
303
304func (l *Logger) Infof(format string, v ...interface{}) {
305 t := TYPE_INFO

Callers 3

zkclient.goFile · 0.45
RefreshRedisStatsMethod · 0.45
InfoSentinelMethod · 0.45

Calls 2

isDisabledMethod · 0.95
outputMethod · 0.95

Tested by

no test coverage detected