protected function _log($context) { if ($context instanceof Request) { $this->_lastRequest = $context; } parent::_log($context); }