Macro scorched::logf

source ยท
macro_rules! logf {
    ($importance:ident, $($arg:tt)*) => { ... };
}
Expand description

logf!() is a macro that allows you to log without needing to explicitly format the log message