DebugKit\Log\Engine\DebugKitLog::all PHP Method

all() public method

Get the logs.
public all ( ) : array
return array
    public function all()
    {
        return $this->_logs;
    }