Take advantage of the Windows Event Log to store the log data of your .NET Core applications running on Windows The Windows operating system logs data into the Windows Event Log whenever a problem ...
Does someone have a very, very simple sample of how to go about creating a new Event Log along with writing events to the new log? I can do it in VB.NET fairly easily, but don't know C++ well enough.