privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time', false, function () use ($container): \Symfony\Bridge\Monolog\Command\ServerLogCommand { return ($container->privates['monolog.command.server_log'] ?? $container->load('getMonolog_Command_ServerLogService')); }); } }