[][src]Macro gstuff::ERRL

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

Prepends file name and line number to the given message.