コード例 #1
0
ファイル: logger.php プロジェクト: matiasdelellis/mail
 /**
  * @inheritdoc
  */
 public function alert($message, array $context = [])
 {
     $this->logger->alert($message, array_merge($this->context, $context));
 }
コード例 #2
0
ファイル: logger.php プロジェクト: WPSlicers/mail
 /**
  * @inheritdoc
  */
 public function alert($message, array $context = array())
 {
     $this->logger->alert($message, $this->context);
 }