(ctx context.Context, format string, v ...interface{})
| 24 | } |
| 25 | |
| 26 | func (log *zinxDefaultLog) InfoFX(ctx context.Context, format string, v ...interface{}) { |
| 27 | fmt.Println(ctx) |
| 28 | StdZinxLog.Infof(format, v...) |
| 29 | } |
| 30 | |
| 31 | func (log *zinxDefaultLog) ErrorFX(ctx context.Context, format string, v ...interface{}) { |
| 32 | fmt.Println(ctx) |