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

Function Errorf

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

Source from the content-addressed store, hash-verified

65}
66
67func Errorf(format string, v ...interface{}) {
68 mlog.Log(LOG_ERROR, fmt.Sprintf(format, v...))
69}
70
71func Fatal(v ...interface{}) {
72 mlog.Log(LOG_FATAL, fmt.Sprint(v...))

Callers

nothing calls this directly

Calls 1

LogMethod · 0.80

Tested by

no test coverage detected