NLog 4.4.3

.NET Framework 3.5
There is a newer version of this package available.
See the version list below for details.
Install-Package NLog -Version 4.4.3
dotnet add package NLog --version 4.4.3
<PackageReference Include="NLog" Version="4.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLog --version 4.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NLog, 4.4.3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install NLog as a Cake Addin
#addin nuget:?package=NLog&version=4.4.3

// Install NLog as a Cake Tool
#tool nuget:?package=NLog&version=4.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity.
This package installs NLog.dll with includes core logging functionality.
For your main project also need to install "NLog Configuration" package.

Product Versions
.NET Framework net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48
MonoAndroid monoandroid10
Silverlight sl4 sl5
Windows Phone wp8 wp81
Xamarin.iOS xamarinios10
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on NLog:

Package Downloads
Common.Logging.NLog40

Common.Logging library bindings for NLog 4.0 logging framework.

NLog.Config

Xml file to get started with configuring NLog. This package is not mandatory to get started with NLog: the configuration file can created manually and the configuration can be created programmatically.

Version Downloads Last updated
4.7.7 0 06.02.2022
4.7.5 0 06.02.2022
4.5.3 0 06.02.2022
4.4.4 0 06.02.2022
4.4.3 0 06.02.2022
4.3.4 0 06.02.2022
2.0.0.2000 0 06.02.2022

Fixes

- #1966 System.UriFormatException on load (Mono) (@JustArchi)
- #1960 EventLogTarget: Properly parse and set EventLog category (@marinsky)