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

logThrowable() 공개 메소드

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