(ctx context.Context, format string, v ...interface{})
| 34 | } |
| 35 | |
| 36 | func (log *zinxDefaultLog) DebugFX(ctx context.Context, format string, v ...interface{}) { |
| 37 | fmt.Println(ctx) |
| 38 | StdZinxLog.Debugf(format, v...) |
| 39 | } |
| 40 | |
| 41 | func SetLogger(newlog ziface.ILogger) { |
| 42 | zLogInstance = newlog |