Logging.StructuredLog4Net on NuGet
To install on PM console:
Install-Package Logging.StructuredLog4Net
Add a using the namespace
using Logging.StructuredLog4Net'
Log as usual similarly to other standard Log4Net methods like:
Logger.Info("Starting", new { ... });
Logger.Error("Starting", new { ... }, ex);