$message=sprintf('%s: %s (uncaught exception) at %s line %s',get_class($e),$e->getMessage(),$e->getFile(),$e->getLine());
$this->logger->log(call_user_func($this->exceptionLogFilter,$e),sprintf('%s: %s (uncaught exception) at %s line %s',get_class($e),$e->getMessage(),$e->getFile(),$e->getLine()),array('exception'=>$e));