I am using NLog 4.6.8 and have the following simple NLog.config and Program.cs NLog.config <?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http:
I am using NLog 4.6.8 and have the following simple NLog.config and Program.cs NLog.config <?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http:
I have a page where we have multiple view components. I made a change on some components at the same time and in the log I was getting a warning. However in the
I have a page where we have multiple view components. I made a change on some components at the same time and in the log I was getting a warning. However in the
I'm having a problem with logging Debug level messages in a .NET Core 3.1 Worker Service project. Neither my file target or console are getting Debug level mess
I am using NLog for logging. Currently my Layout-String is: "${date:format=dd.MM.yyyy HH\\:mm\\:ss,fff} | ${level:uppercase=true} | ${message}" This results