Kraken\Root\Provider\LogProvider::unregister PHP 메소드

unregister() 보호된 메소드

protected unregister ( Kraken\Container\ContainerInterface $container )
$container Kraken\Container\ContainerInterface
    protected function unregister(ContainerInterface $container)
    {
        $container->remove('Kraken\\Log\\LoggerInterface');
        $container->remove('Kraken\\Log\\LoggerFactory');
    }