Macro stderr::fataln [] [src]

macro_rules! fataln {
    () => { ... };
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}

write the LogMsg to stderr and panic with the LogMsg