Eccube\EventListener\RequestDumpListener::logSession PHP Method

logSession() protected method

Session のログを出力する.
protected logSession ( Symfony\Component\HttpFoundation\Session\SessionInterface $Session )
$Session Symfony\Component\HttpFoundation\Session\SessionInterface
    protected function logSession(SessionInterface $Session)
    {
        return $this->logArray($Session->all(), '[session]');
    }