Results 2 issues of Eysa Dun

**具体说下** 希望改进...希望做成...希望新增... **为什么** 说明它在哪些情况下会带来哪些效果。

help wanted
Ecosystem 周边生态

我扩展了 Microsoft.Extensions.Logging: public static class ServiceHostBuilderExtensions { /// /// 使用Dora日志客户端 /// /// /// /// public static IServiceHostBuilder UseDoraSharpLog(this IServiceHostBuilder hostBuilder, string configFileName = "sharplog.config") { hostBuilder.ConfigureLogging(logger => { logger.AddConfiguration(AppConfig.GetSection("Logging")); });...