pub unsafe fn log_debug(log: *mut ngx_log_t, err: ngx_err_t, buf: &[u8])
Writes the provided buffer to the nginx logger at the debug level.
Requires a valid log pointer.