Macro file_log::log

source ·
macro_rules! log {
    ($name:tt $ext:tt, $($arg:tt)*) => { ... };
    ($name:tt, $($arg:tt)*) => { ... };
}