log_warning

Macro log_warning 

Source
macro_rules! log_warning {
    ($message:expr) => { ... };
    ($message:expr, $details:expr) => { ... };
}
Expand description

Utility macro for structured warning logging