MCPcopy Create free account
hub / github.com/dearcode/candy / Warning

Function Warning

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

Source from the content-addressed store, hash-verified

53}
54
55func Warning(v ...interface{}) {
56 mlog.Log(LOG_WARNING, fmt.Sprint(v...))
57}
58
59func Warningf(format string, v ...interface{}) {
60 mlog.Log(LOG_WARNING, fmt.Sprintf(format, v...))

Callers

nothing calls this directly

Calls 1

LogMethod · 0.80

Tested by

no test coverage detected