Airship\Cabin\Bridge\Landing\Skyport::viewLog PHP Method

viewLog() public method

View the update log
public viewLog ( )
    public function viewLog()
    {
        /** @todo allow a more granular window of logged events to be viewed */
        $this->lens('skyport/log', ['active_link' => 'bridge-link-admin-ext-log', 'logged' => $this->skyport->getLogMessages()]);
    }