Macro gstuff::ERRL

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

Prepends file name and line number to the given message.