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