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

Struct zinxDefaultLog

zlog/default.go:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10var zLogInstance ziface.ILogger = new(zinxDefaultLog)
11
12type zinxDefaultLog struct{}
13
14func (log *zinxDefaultLog) InfoF(format string, v ...interface{}) {
15 StdZinxLog.Infof(format, v...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected