Neos\Flow\Log\EarlyLogger::logException PHP Method

logException() public method

Writes information about the given exception into the log.
public logException ( Exception $exception, array $additionalData = [] ) : void
$exception Exception The exception to log
$additionalData array Additional data to log
return void
    public function logException(\Exception $exception, array $additionalData = [])
    {
        $this->exceptions[] = func_get_args();
    }