コード例 #1
0
ファイル: PHPConsoleHandler.php プロジェクト: earncef/monolog
 public function handle(array $record) : bool
 {
     if ($this->options['enabled'] && $this->connector->isActiveClient()) {
         return parent::handle($record);
     }
     return !$this->bubble;
 }