예제 #1
0
파일: LogX.php 프로젝트: idealogica/log-x
 /**
  * {@inheritdoc}
  *
  * @throws InvalidArgumentException
  */
 public function alert($message, array $context = array())
 {
     parent::alert($message, $context);
     return $this;
 }