1.安装NLog.Web.AspNetCore
2.新建一个文件nlog.config, 并右键点击其属性,将其“复制到输出目录”设置为“始终复制”
3.在 .UseStartup<Startup>() 后添加一句 .UseNLog()