Macro rlg::macro_info_log
source · macro_rules! macro_info_log { ($time:expr, $component:expr, $description:expr) => { ... }; }
Expand description
Macro for info log with default session id and format Usage: let log = macro_info_log!(time, component, description);