Beispiel #1
0
 public function warn($message, Exception $exception = null)
 {
     $this->log(LoggerLevel::warning(), $message, $exception);
 }