Log
NLog
ref: NLog 教學:快速建立自訂日誌紀錄(基礎篇). 嗨嗨,各位好,今天要介紹的是 NLog 這個 logging… | by Tom | appxtech | Medium
(core 版)
- .NET Framework:
- nuget 裝
NLog
、NLog.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();