You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
329 B
329 B
Nlog学习
一、配置文件智能提示
方法-:
引入Nuget包:NLog.config 和 NLog.Schema 方法二: 下载提示文件 https://nlog-project.org/schemas/NLog.xsd,放入解决方案根目录 nlog.config文件 nlog根节点加入 xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd" 属性