macro_rules! log_and_capture {
($level:ident, $($arg:tt)*) => { ... };
}Expand description
Macro to log and capture messages for the dashboard
macro_rules! log_and_capture {
($level:ident, $($arg:tt)*) => { ... };
}Macro to log and capture messages for the dashboard