Searched refs:aplog_type (Results 1 – 1 of 1) sorted by relevance
316 int aplog_type = APLOG_ERR; in php_apache_sapi_log_message() local323 aplog_type = APLOG_EMERG; in php_apache_sapi_log_message()328 aplog_type = APLOG_ALERT; in php_apache_sapi_log_message()332 aplog_type = APLOG_CRIT; in php_apache_sapi_log_message()335 aplog_type = APLOG_ERR; in php_apache_sapi_log_message()338 aplog_type = APLOG_WARNING; in php_apache_sapi_log_message()341 aplog_type = APLOG_NOTICE; in php_apache_sapi_log_message()345 aplog_type = APLOG_INFO; in php_apache_sapi_log_message()350 aplog_type = APLOG_DEBUG; in php_apache_sapi_log_message()358 ap_log_rerror(APLOG_MARK, aplog_type, 0, ctx->r, "%s", msg); in php_apache_sapi_log_message()
Completed in 8 milliseconds