(ctx context.Context, msg string, fields map[string]any)
| 218 | } |
| 219 | |
| 220 | func Info(ctx context.Context, msg string, fields map[string]any) { |
| 221 | Default.Info(ctx, msg, fields) |
| 222 | } |
| 223 | |
| 224 | func Warn(ctx context.Context, msg string, fields map[string]any) { |
| 225 | Default.Warn(ctx, msg, fields) |
no test coverage detected