MCPcopy
hub / github.com/aceld/zinx / InfoF

Method InfoF

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

Source from the content-addressed store, hash-verified

12type zinxDefaultLog struct{}
13
14func (log *zinxDefaultLog) InfoF(format string, v ...interface{}) {
15 StdZinxLog.Infof(format, v...)
16}
17
18func (log *zinxDefaultLog) ErrorF(format string, v ...interface{}) {
19 StdZinxLog.Errorf(format, v...)

Callers

nothing calls this directly

Calls 1

InfofMethod · 0.80

Tested by

no test coverage detected