【发布时间】:2022-01-22 19:38:42
【问题描述】:
我正在寻找解决此问题的方法 我使用 php 7.4,这个错误在 phpMailer 文件夹中的 SMTP.php 我的代码:
//Is this a PSR-3 logger?
if ($this->Debugoutput instanceof \Psr\Log\LoggerInterface) {
$this->Debugoutput->debug($str);
return;
}
【问题讨论】:
-
是的,这是一个 PSR-3 记录器接口,您可以通过 composer 安装 psr/log 包来解决问题