Macro kyf_log::myerror[][src]

macro_rules! myerror {
    ($l:expr, $tag:expr; $args:tt) => { ... };
    ($l:expr, $tag:expr) => { ... };
    ($l:expr) => { ... };
    ($l:expr; $args:tt) => { ... };
}