NLog with Splunk in Docker

Logging is a crucial part of any application. In this blog, I will walk through using NLog and Splunk for application logging. Traditionally we used to use file-based logging. But with container-based application saving logs to a file is not a good strategy. In enterprise, there is the use of log collectors, which is provided … Read more