MongoDB\Driver\Monitoring\LogSubscriber::log
(mongodb >=1.17.0)
MongoDB\Driver\Monitoring\LogSubscriber::log — Notification method for a log message
说明
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.
参数
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.
返回值
没有返回值。
错误/异常
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
参见
- MongoDB\Driver\Monitoring\addSubscriber() - Registers a monitoring event subscriber globally
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/mongodb-driver-monitoring-logsubscriber.log.php