(ctx context.Context, msg string, fields map[string]any)
| 226 | } |
| 227 | |
| 228 | func Error(ctx context.Context, msg string, fields map[string]any) { |
| 229 | Default.Error(ctx, msg, fields) |
| 230 | } |
| 231 | |
| 232 | func Flush(ctx context.Context) { |
| 233 | Default.Flush(ctx) |
no test coverage detected