[][src]Macro handlebars::error

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

This macro is defined if the logging feature is not set.

It ignores all logging calls inside the library.