(ctx context.Context, msg string, fields map[string]any)
| 222 | } |
| 223 | |
| 224 | func Warn(ctx context.Context, msg string, fields map[string]any) { |
| 225 | Default.Warn(ctx, msg, fields) |
| 226 | } |
| 227 | |
| 228 | func Error(ctx context.Context, msg string, fields map[string]any) { |
| 229 | Default.Error(ctx, msg, fields) |
no test coverage detected