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

Method Println

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

Source from the content-addressed store, hash-verified

375}
376
377func (l *Logger) Println(v ...interface{}) {
378 s := fmt.Sprintln(v...)
379 l.output(1, nil, 0, s)
380}
381
382func (l *Logger) output(traceskip int, err error, t LogType, s string) error {
383 var stack trace.Stack

Callers 15

mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80

Calls 1

outputMethod · 0.95

Tested by

no test coverage detected