PHP 8.3.4 Released!

swoole_error_log

(PECL swoole >= 4.5.8)

swoole_error_logOutput error messages to the log

Descrição

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

Output error messages to the log.

Parâmetros

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.

Valor Retornado

Nenhum valor é retornado.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top