Macro ninja_build::error [] [src]

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

Log an error message.