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

Method Printf

pkg/utils/log/log.go:372–375  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

370}
371
372func (l *Logger) Printf(format string, v ...interface{}) {
373 s := fmt.Sprintf(format, v...)
374 l.output(1, nil, 0, s)
375}
376
377func (l *Logger) Println(v ...interface{}) {
378 s := fmt.Sprintln(v...)

Callers 8

mainMethod · 0.45
PanicFunction · 0.45
mainFunction · 0.45
mainMethod · 0.45
RunMethod · 0.45
handleProxyCommandMethod · 0.45
handleGroupCommandMethod · 0.45
handleSlotRebalanceMethod · 0.45

Calls 1

outputMethod · 0.95

Tested by

no test coverage detected