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

Method ErrorF

zlog/default.go:18–20  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

16}
17
18func (log *zinxDefaultLog) ErrorF(format string, v ...interface{}) {
19 StdZinxLog.Errorf(format, v...)
20}
21
22func (log *zinxDefaultLog) DebugF(format string, v ...interface{}) {
23 StdZinxLog.Debugf(format, v...)

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.80

Tested by

no test coverage detected