Function log_debug

Source
pub unsafe fn log_debug(log: *mut ngx_log_t, err: ngx_err_t, buf: &[u8])
Expand description

Writes the provided buffer to the nginx logger at the debug level.

ยงSafety

Requires a valid log pointer.