Neos\Flow\Log\LoggerInterface::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 = []);