MongoDB\Driver\Monitoring\LogSubscriber::log
PHP Manual
PHP Manual»MongoDB\Driver\Monitoring\LogSubscriber»MongoDB\Driver\Monitoring\LogSubscriber::log

MongoDB\Driver\Monitoring\LogSubscriber::log

(mongodb >=1.17.0)

MongoDB\Driver\Monitoring\LogSubscriber::logNotification method for a log message

Опис

abstract public function MongoDB\Driver\Monitoring\LogSubscriber::log(int $level, string $domain, string $message): void

If the subscriber is registered, this method is called for each logged message.

Параметри

level
The severity level. This will be one of the interface constants.
domain
The name of the driver component that emitted the log message.
message
The log message.

Значення, що повертаються

Не повертає значень.

Помилки/виключення

Прогляньте також

To Top