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

logThrowable() public method

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