MCPcopy Index your code
hub / github.com/dearcode/candy / Infof

Function Infof

util/log/log.go:43–45  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

41}
42
43func Infof(format string, v ...interface{}) {
44 mlog.Log(LOG_INFO, fmt.Sprintf(format, v...))
45}
46
47func Debug(v ...interface{}) {
48 mlog.Log(LOG_DEBUG, fmt.Sprint(v...))

Callers

nothing calls this directly

Calls 1

LogMethod · 0.80

Tested by

no test coverage detected