摘要: 方法1:标准日志class MyDbContext : DbContext{ public static readonly ILoggerFactory MyLoggerFactory = LoggerFactory.Create(builder=>{builder.AddConsole();}); 阅读全文
posted @ 2022-08-06 16:14 算盘 阅读(114) 评论(0) 推荐(0)