NLog.WindowsEventLog 6.0.1

Prefix Reserved
dotnet add package NLog.WindowsEventLog --version 6.0.1
                    
NuGet\Install-Package NLog.WindowsEventLog -Version 6.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NLog.WindowsEventLog" Version="6.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NLog.WindowsEventLog" Version="6.0.1" />
                    
Directory.Packages.props
<PackageReference Include="NLog.WindowsEventLog" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NLog.WindowsEventLog --version 6.0.1
                    
#r "nuget: NLog.WindowsEventLog, 6.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=NLog.WindowsEventLog&version=6.0.1
                    
Install as a Cake Addin
#tool nuget:?package=NLog.WindowsEventLog&version=6.0.1
                    
Install as a Cake Tool

NLog EventLog Target

NLog EventLog Target writes to the Windows EventLog.

If having trouble with output, then check NLog InternalLogger for clues. See also Troubleshooting NLog

See the NLog Wiki for available options and examples.

Register Extension

NLog will only recognize type-alias eventlog when loading from NLog.config-file, if having added extension to NLog.config-file:

<extensions>
    <add assembly="NLog.WindowsEventLog"/>
</extensions>

Alternative register from code using fluent configuration API:

LogManager.Setup().SetupExtensions(ext => {
   ext.RegisterTarget<NLog.Targets.EventLogTarget>();
});
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on NLog.WindowsEventLog:

Package Downloads
BCXZone_Shared

Package Description

FlashLog

Global aspect logger, log by attribute only and keep your code clean

Nep.Enterprise.NCoreStndrd.Logger

NUS library to log messages from >net 6+ apps; leverages NLog

Gyldendal.LoggingManager

Package Description

Gyldendal.LoggingManagerTest

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.1 813 6/27/2025
6.0.0 1,472 6/21/2025
6.0.0-rc4 117 6/15/2025
6.0.0-rc3 119 6/8/2025
6.0.0-rc2 150 6/1/2025
6.0.0-rc1 155 5/25/2025
6.0.0-preview1 170 4/29/2025
5.5.0 5,520 5/29/2025
5.4.0 139,640 2/2/2025
5.3.4 498,155 9/12/2024
5.3.3 126,769 8/12/2024
5.3.2 95,029 4/30/2024
5.3.1 3,026 4/27/2024
5.2.8 169,620 12/29/2023
5.2.7 18,910 11/28/2023
5.2.6 11,882 11/19/2023
5.2.5 85,498 10/15/2023
5.2.4 198,385 9/6/2023
5.2.3 53,621 8/5/2023
5.2.2 15,844 7/4/2023
5.2.1 865 7/1/2023
5.2.0 44,992 5/30/2023
5.1.5 2,330 5/25/2023
5.1.4 24,253 4/29/2023
5.1.3 73,805 3/28/2023
5.1.2 29,614 2/17/2023
5.1.1 147,432 12/29/2022
5.1.0 23,005 11/27/2022
5.0.5 127,722 10/25/2022
5.0.4 422,815 9/1/2022
5.0.3 3,625 8/31/2022
5.0.2 38,836 8/12/2022
5.0.1 130,196 6/12/2022
5.0.0 391,917 5/16/2022
4.7.15 104,269 3/26/2022
4.7.14 28,665 2/23/2022
4.7.13 293,006 12/5/2021
4.7.12 22,464 10/24/2021
4.7.11 89,299 8/18/2021
4.7.10 204,379 5/14/2021
4.7.9 27,469 3/24/2021
4.7.8 10,009 2/25/2021
4.7.7 144,618 1/20/2021
4.7.6 128,800 12/6/2020
4.7.5 140,377 9/27/2020
4.7.4 74,508 8/22/2020
4.7.3 25,167 7/31/2020
4.7.2 58,358 5/18/2020
4.7.1 1,308 5/15/2020
4.7.0 102,773 3/20/2020
4.6.8 318,846 11/4/2019
4.6.7 34,166 8/25/2019
4.6.6 98,463 7/14/2019
4.6.5 44,685 6/14/2019
4.6.4 6,831 5/28/2019
4.6.3 8,462 4/30/2019
4.6.2 3,120 4/2/2019
4.6.1 916 3/29/2019
4.6.0 1,929 3/21/2019
4.5.11 205,247 11/6/2018
4.5.10 21,339 9/17/2018
4.5.9 7,801 8/24/2018
4.5.8 18,474 8/5/2018
4.5.6 10,316 5/29/2018