(format string, v ...interface{})
| 20 | } |
| 21 | |
| 22 | func (log *zinxDefaultLog) DebugF(format string, v ...interface{}) { |
| 23 | StdZinxLog.Debugf(format, v...) |
| 24 | } |
| 25 | |
| 26 | func (log *zinxDefaultLog) InfoFX(ctx context.Context, format string, v ...interface{}) { |
| 27 | fmt.Println(ctx) |