Neos\Flow\Log\EarlyLogger::resetInternalLogs PHP Method

resetInternalLogs() protected method

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