Macro stderr::fatal [] [src]

macro_rules! fatal {
    ($($arg:tt)*) => { ... };
}

write the LogMsg to stderr and panic with the LogMsg