NLog 4.3.4
See the version list below for details.
Install-Package NLog -Version 4.3.4
dotnet add package NLog --version 4.3.4
<PackageReference Include="NLog" Version="4.3.4" />
paket add NLog --version 4.3.4
#r "nuget: NLog, 4.3.4"
// Install NLog as a Cake Addin
#addin nuget:?package=NLog&version=4.3.4
// Install NLog as a Cake Tool
#tool nuget:?package=NLog&version=4.3.4
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 |
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. |