MCPcopy Index your code
hub / github.com/aceld/zinx / Errorf

Function Errorf

zlog/stdzlog.go:96–98  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

94}
95
96func Errorf(format string, v ...interface{}) {
97 StdZinxLog.Errorf(format, v...)
98}
99
100func Error(v ...interface{}) {
101 StdZinxLog.Error(v...)

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.80

Tested by

no test coverage detected