N98\Magento\Command\Developer\Log\SizeCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('dev:log:size')->addArgument('log_filename', InputArgument::OPTIONAL, 'Name of log file.')->addOption('human', '', InputOption::VALUE_NONE, 'Human readable output')->setDescription('Get size of log file');
    }