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

Function Info

util/log/log.go:39–41  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

37}
38
39func Info(v ...interface{}) {
40 mlog.Log(LOG_INFO, fmt.Sprint(v...))
41}
42
43func Infof(format string, v ...interface{}) {
44 mlog.Log(LOG_INFO, fmt.Sprintf(format, v...))

Callers

nothing calls this directly

Calls 1

LogMethod · 0.80

Tested by

no test coverage detected