logo
  • 教程列表
  • SO官方文档
  • NLog 故障排除
    • 在 nlog.config 中启用内部记录器
    • 以编程方式启用内部记录器
  1. StackOverflow 文档
  2. nlog 教程
  3. NLog 故障排除
  4. 在 nlog.config 中启用内部记录器

在 nlog.config 中启用内部记录器

Created: November-22, 2018

如果出现问题,请启用内部记录器

<nlog internalLogFile="c:\log.txt" internalLogLevel="Trace">
   <targets>
      <!-- target configuration here -->
   </targets>
   <rules>
      <!-- log routing rules -->
   </rules>
</nlog>
  • 以编程方式启用内部记录器
  • NLog 故障排除

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明