示例#1
0
 /**
  * @inheritdoc
  */
 public function notice($message, array $context = [])
 {
     $this->logger->notice($message, array_merge($this->context, $context));
 }
示例#2
0
文件: logger.php 项目: WPSlicers/mail
 /**
  * @inheritdoc
  */
 public function notice($message, array $context = array())
 {
     $this->logger->notice($message, $this->context);
 }