Neos\Flow\Log\EarlyLogger::resetInternalLogs PHP Метод

resetInternalLogs() защищенный Метод

Resets internal log arrays
protected resetInternalLogs ( ) : void
Результат void
    protected function resetInternalLogs()
    {
        $this->logEntries = [];
        $this->exceptions = [];
        $this->throwables = [];
    }