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

Function Warningf

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

Source from the content-addressed store, hash-verified

57}
58
59func Warningf(format string, v ...interface{}) {
60 mlog.Log(LOG_WARNING, fmt.Sprintf(format, v...))
61}
62
63func Error(v ...interface{}) {
64 mlog.Log(LOG_ERROR, fmt.Sprint(v...))

Callers

nothing calls this directly

Calls 1

LogMethod · 0.80

Tested by

no test coverage detected