PHP 인터페이스 Neos\Flow\Log\ThrowableLoggerInterface

The severities are (according to RFC3164) the PHP constants: LOG_EMERG # Emergency: system is unusable LOG_ALERT # Alert: action must be taken immediately LOG_CRIT # Critical: critical conditions LOG_ERR # Error: error conditions LOG_WARNING # Warning: warning conditions LOG_NOTICE # Notice: normal but significant condition LOG_INFO # Informational: informational messages LOG_DEBUG # Debug: debug-level messages
상속: extends Neos\Flow\Log\LoggerInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
logThrowable ( Throwable $throwable, array $additionalData = [] ) : void Writes information about the given exception into the log.

메소드 상세

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