Neos\Flow\Log\Logger::logThrowable PHP Méthode

logThrowable() public méthode

public logThrowable ( Throwable $throwable, array $additionalData = [] ) : void
$throwable Throwable The throwable to log
$additionalData array Additional data to log
Résultat void
    public function logThrowable(\Throwable $throwable, array $additionalData = [])
    {
        $this->logError($throwable, $additionalData);
    }