public LoggerProvider(CoreConfig config, string component) { _config = config; RootLogger = InitUtils.InitLogger(_config, component); }