MongoDB\Driver\Monitoring\LogSubscriber::log
(mongodb >=1.17.0)
MongoDB\Driver\Monitoring\LogSubscriber::log — Notification method for a log message
Description
abstract public MongoDB\Driver\Monitoring\LogSubscriber::log(int
$level, string $domain, string $message): voidIf the subscriber is registered, this method is called for each logged message.
Parameters
levelThe severity level. This will be one of the interface constants.
domainThe name of the driver component that emitted the log message.
messageThe 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() - Registers a monitoring event subscriber globally
↑ and ↓ to navigate • Enter to select • Esc to close • / to open