Neos\Flow\Log\ThrowableLoggerInterface::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 throwable to log
$additionalData array Additional data to log
return void
    public function logThrowable(\Throwable $throwable, array $additionalData = []);
ThrowableLoggerInterface