MongoDB\Driver\Monitoring\LogSubscriber::log

Notification method for a log message

Description

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

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

Parameters

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.

Return Values

No value is returned.

Errors/Exceptions

  • Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.

See Also

  • MongoDB\Driver\Monitoring\addSubscriber