Macro gstuff::ERRL [] [src]

macro_rules! ERRL {
    ($format: expr, $($args: tt)+) => { ... };
    ($format: expr) => { ... };
}

Prepends file name and line number to the given message.