swoole_error_log

Output error messages to the log

説明

void swoole_error_log(int $level, string $msg)

Output error messages to the log.

パラメータ

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.

戻り値

値を返しません。