Macro lotus_script::log::log
source · macro_rules! log { ($level:expr, $($arg:tt)*) => { ... }; }
Expand description
Log a message with the given level.
macro_rules! log { ($level:expr, $($arg:tt)*) => { ... }; }
Log a message with the given level.