摘要: 入口文件:Program.cs using Serilog; using Serilog.Events; // 创建Serilog Log.Logger = new LoggerConfiguration() .MinimumLevel.Override("Microsoft", LogEventL 阅读全文
posted @ 2023-01-16 14:35 Mr_Xul 阅读(3609) 评论(2) 推荐(3) 编辑
摘要: /// <summary> /// HTTP中间件 /// </summary> public class HttpMiddleware { /// <summary> /// 请求委托 /// </summary> private readonly RequestDelegate _next; / 阅读全文
posted @ 2023-01-16 14:26 Mr_Xul 阅读(851) 评论(0) 推荐(0) 编辑