{$name}(...$arguments); } public static function getInstance(string $name = 'app', string $group = 'default'): LoggerInterface { return ApplicationContext::getContainer()->get(LoggerFactory::class)->get($name, $group); } }