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.
macro_rules! ngx_conf_log_error {
( $level:expr, $cf:expr, $($arg:tt)+ ) => { ... };
}
Write to logger with the context of currently processed configuration file.