RedBeanPHP\Logger\RDefault::getLogs PHP Method

getLogs() public method

The internal log array is where all log messages are stored.
public getLogs ( ) : array
return array
    public function getLogs()
    {
        return $this->logs;
    }