Neos\Flow\Log\ThrowableLoggerInterface::logThrowable PHP 메소드

logThrowable() 공개 메소드

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
리턴 void
    public function logThrowable(\Throwable $throwable, array $additionalData = []);
ThrowableLoggerInterface