// SPDX-License-Identifier: Apache-2.0
// Copyright 2026 Dante Doménech Martinez dante19031999@gmail.com
use SystemTime;
/// A container for a log message and its assigned metadata.
///
/// This struct pairs a generic [`Message`][`crate::Message`] with a specific [`SystemTime`]
/// generated by the logger's monotonic highwater system. This ensures that
/// even if multiple messages are generated in the same microsecond, they
/// maintain a strictly increasing order for Loki.