Eccube\ServiceProvider\LogServiceProvider::boot PHP Method

boot() public method

public boot ( Silex\Application $app )
$app Silex\Application
    public function boot(Application $app)
    {
        $app['dispatcher']->addSubscriber($app['listener.requestdump']);
        $app['dispatcher']->addSubscriber($app['eccube.monolog.listener']);
    }
LogServiceProvider