摘要: 1、安装NuGet包(Nlog与Nlog.Web.AspNetCore) 2、nlog.config配置文件 <?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.x 阅读全文
posted @ 2023-05-25 21:12 ꧁执笔小白꧂ 阅读(253) 评论(0) 推荐(0)
摘要: 1、安装NuGet包(必需包为Serilog.AspNetCore) 2、appsettings.json中配置Serilog功能 { "Serilog": { // Serilog日志配置文件 "Properties": { // 非必须 "Application": "fly_chat1_net 阅读全文
posted @ 2023-05-25 21:10 ꧁执笔小白꧂ 阅读(158) 评论(0) 推荐(0)
摘要: 1、Senparc.Weixin(WeixinMPSDK): 盛派 C# 微信 SDK,开源;提供了微信公众平台(订阅号+服务号+小程序+小游戏+小商店+视频号)、企业微信、小程序、微信支付等多个平台的 API 封装,支持 .NET Framework 和 .NET Core。 2、SKIT.Flu 阅读全文
posted @ 2023-05-25 14:58 ꧁执笔小白꧂ 阅读(871) 评论(0) 推荐(0)