Eccube\EventListener\RequestDumpListener::addExcludeKey PHP Method

addExcludeKey() protected method

ログ出力を除外するキーを追加します.
protected addExcludeKey ( string $key )
$key string 除外対象のキー
    protected function addExcludeKey($key)
    {
        $this->excludeKeys[] = $key;
    }