[][src]Macro fungus::fatal

macro_rules! fatal {
    (target: $target:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}

Provides a fatal log function for logging at error level then terminating the process.