macro_rules! log_warning {
($message:expr) => { ... };
($message:expr, $details:expr) => { ... };
}Expand description
Utility macro for structured warning logging
macro_rules! log_warning {
($message:expr) => { ... };
($message:expr, $details:expr) => { ... };
}Utility macro for structured warning logging