[][src]Macro fire_log_to_stdout::log_maybe_with_time

macro_rules! log_maybe_with_time {
    ( INFO, $($arg:tt)* ) => { ... };
    ( WARN, $($arg:tt)* ) => { ... };
    ( ERRO, $($arg:tt)* ) => { ... };
}