ニュース

NLog.configの内容を見ておきましょう。 設定ファイル「NLog.config」の内容 <?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http://www.nlog ...
I have worker thread(s) that use the logger. In the main thread, I occasionally need to ask the user to take some action. Which means I need to suppress the logger from actually printing until the ...