use Formatter;
use crateRecord;
/// A formatter that outputs log records in a simple line format.
///
/// This formatter is human‑readable and suitable for console output.
/// It includes timestamp, level, channel (if any), message, and context.
/// Context is serialized into JSON string form for readability.
;