Neos\Flow\Log\EarlyLogger::resetInternalLogs PHP Méthode

resetInternalLogs() protected méthode

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