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

resetInternalLogs() 보호된 메소드

Resets internal log arrays
protected resetInternalLogs ( ) : void
리턴 void
    protected function resetInternalLogs()
    {
        $this->logEntries = [];
        $this->exceptions = [];
        $this->throwables = [];
    }