php8.5
Home/ Manual/ swoole / functions/ swoole_error_log

swoole_error_log

PHP function Edit on GitHub ✎

(PECL swoole >= 4.5.8)

Output error messages to the log

Description

swoole_error_log(int $level, string $msg): void

Output error messages to the log.

Parameters

level

Log Level, constants can be used: SWOOLE_LOG_DEBUG, SWOOLE_LOG_TRACE, SWOOLE_LOG_INFO, SWOOLE_LOG_NOTICE, SWOOLE_LOG_WARNING, SWOOLE_LOG_ERROR, SWOOLE_LOG_NONE

msg

Message content to be written to the log.

Return Values

Void

Source: reference/swoole/functions/swoole-error-log.xml · from the official PHP manual (php/doc-en)