RedBeanPHP\Logger\RDefault::getLogs PHP Метод

getLogs() публичный Метод

The internal log array is where all log messages are stored.
public getLogs ( ) : array
Результат array
    public function getLogs()
    {
        return $this->logs;
    }