Skip to content

Log

NLog

ref: NLog 教學:快速建立自訂日誌紀錄(基礎篇). 嗨嗨,各位好,今天要介紹的是 NLog 這個 logging… | by Tom | appxtech | Medium
(core 版)

  • .NET Framework:
  • nuget 裝 NLogNLog.Schema
  • 複製 raw.githubusercontent.com/NLog/NLog/v4.4/src/NuGet/NLog.Config/content/NLog.config 內文字,在跟 NLog.xsd 檔案同層位置新增檔案 NLog.config,貼上網址內東東後修改成自己想要的
  • NLog.config 的屬性 設定:複製到輸出目錄 (Copy to Output Directory)有更新才複製 (Copy if newer)
  • public static NLog.Logger logger = NLog.LogManager.GetCurrentClassLogger();