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