| 10 | var zLogInstance ziface.ILogger = new(zinxDefaultLog) |
| 11 | |
| 12 | type zinxDefaultLog struct{} |
| 13 | |
| 14 | func (log *zinxDefaultLog) InfoF(format string, v ...interface{}) { |
| 15 | StdZinxLog.Infof(format, v...) |
nothing calls this directly
no outgoing calls
no test coverage detected