// =============================================================================
// Copyright (c) 2025 - 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Reporter abstraction and built-in sinks.
pub use JsonLinesReporter;
pub use LogReporter;
pub use NoopReporter;
pub use Reporter;
pub use TextReporter;