macro_rules! log_print {
    ($level:expr, $($arg:tt)*) => { ... };
}
Expand description

Sugar for approach 2