Macro ngx_conf_log_error

Source
macro_rules! ngx_conf_log_error {
    ( $level:expr, $cf:expr, $($arg:tt)+ ) => { ... };
}
Expand description

Write to logger with the context of currently processed configuration file.