Macro log_and_capture

Source
macro_rules! log_and_capture {
    ($level:ident, $($arg:tt)*) => { ... };
}
Expand description

Macro to log and capture messages for the dashboard