Tag: Encoding

Text Encoding Options for NLog

I’ve been using NLog for a while now and recently decided I wanted to have some of my log files written as Unicode text.  I learned that you can specify this in your <target> sections of NLog.config as follows:

Note that I only tested two different encodings, “Unicode” and “UTF-8”.  Also, “UTF-8” must have …

Continue reading