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

  • 關於本站
  • 免責聲明