PHP Class Eccube\EventListener\RequestDumpListener
ログ出力を除外したいキーは log.yml の exclude_keys で設定します.
addExcludeKey(), removeExcludeKey() でも設定できます.
Afficher le fichier
Open project: ec-cube/ec-cube
Méthodes publiques
Méthodes protégées
Method Details
__construct()
public méthode
public __construct ( Application $app ) |
$app |
Eccube\Application |
|
addExcludeKey()
protected méthode
getSubscribedEvents()
public static méthode
Return the events to subscribe to.
logArray()
protected méthode
logKeyValuePair()
protected méthode
logRequest()
protected méthode
protected logRequest ( Request $request ) : string |
$request |
Symfony\Component\HttpFoundation\Request |
|
Résultat |
string |
Request のログ |
logResponse()
protected méthode
protected logResponse ( Response $response ) : string |
$response |
Symfony\Component\HttpFoundation\Response |
|
Résultat |
string |
Response のログ |
logSession()
protected méthode
protected logSession ( Symfony\Component\HttpFoundation\Session\SessionInterface $Session ) |
$Session |
Symfony\Component\HttpFoundation\Session\SessionInterface |
|
onKernelRequest()
public méthode
Kernel request listener callback.
public onKernelRequest ( GetResponseEvent $event ) |
$event |
Symfony\Component\HttpKernel\Event\GetResponseEvent |
|
onResponse()
public méthode
Kernel response listener callback.
public onResponse ( FilterResponseEvent $event ) |
$event |
Symfony\Component\HttpKernel\Event\FilterResponseEvent |
|
removeExcludeKey()
protected méthode