Log Audit.NET events to the Windows EventLog when targeting net standard
$ dotnet add package Audit.NET.EventLog.CoreWindows Event Log provider for Audit.NET library (An extensible framework to audit executing operations in .NET).
Store the audit events on Windows Event Log when targeting .NET Standard >= 2.0.
NuGet Package To install the package run the following command on the Package Manager Console:
PM> Install-Package Audit.NET.EventLog.Core
Please see the Audit.NET Readme
For full .NET framework (>= 4.5), the event log provider is included on the main Audit.Core package.