예제 #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);
 }