NLog 4.7.1
NLog is a logging platform for .NET with rich log routing and management capabilities.
NLog supports traditional logging, structured logging and the combination of both.
Supported platforms:
- .NET Framework 3.5, 4, 4.5, 4.6, 4.7 & 4.8
- .NET Standard 1.3+ and 2.0+;
- .NET Framework 4 client profile
- Xamarin Android, Xamarin iOs
- UWP
- Windows Phone 8
- Silverlight 4 and 5
- Mono 4
For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
Showing the top 20 packages that depend on NLog.
Packages | Downloads |
---|---|
JustEat.StatsD
JUST EAT statsd metrics-publishing
|
26 |
NLog.Extensions.Logging
NLog provider for Microsoft.Extensions.Logging for usage in .NET Standard libraries and console applicaties.
For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.Web.AspNetCore
|
23 |
NLog.Extensions.Logging
NLog LoggerProvider for Microsoft.Extensions.Logging for logging in .NET Standard libraries and .NET Core applications.
For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.Web.AspNetCore
|
22 |
NLog.Extensions.Logging
NLog LoggerProvider for Microsoft.Extensions.Logging for logging in .NET Standard libraries and .NET Core applications.
For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
|
21 |
NLog.Extensions.Logging
NLog LoggerProvider for Microsoft.Extensions.Logging for logging in .NET Standard libraries and .NET Core applications.
For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.Web.AspNetCore
|
21 |
Castle.Core
Core of the castle project
|
21 |
NLog.Web.AspNetCore
Extend NLog with targets and layout renderers for websites and webapplications on the ASP.NET Core platform.
|
21 |
NLog.Extensions.Logging
NLog LoggerProvider for Microsoft.Extensions.Logging for logging in .NET Standard libraries and .NET Core applications.
For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.Web.AspNetCore
|
20 |
NLog.Extensions.Logging
NLog provider for Microsoft.Extensions.Logging for usage in .NET Standard libraries and console applicaties.
For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.Web.AspNetCore
|
20 |
NLog.Extensions.Logging
NLog LoggerProvider for Microsoft.Extensions.Logging for logging in .NET Standard libraries and .NET Core applications.
For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
|
20 |
NLog.Web.AspNetCore
Extend NLog with targets and layout renderers for websites and webapplications on the ASP.NET Core platform.
|
20 |
NLog.Web.AspNetCore
Extend NLog with targets and layout renderers for websites and webapplications on the ASP.NET Core platform.
|
19 |
NLog.Extensions.Logging
NLog LoggerProvider for Microsoft.Extensions.Logging for logging in .NET Standard libraries and .NET Core applications.
For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
|
19 |
NLog.Extensions.Logging
NLog LoggerProvider for Microsoft.Extensions.Logging for logging in .NET Standard libraries and .NET Core applications.
For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.Web.AspNetCore
|
19 |
## Bugfixes
- SplitGroup Target Wrapper should not skip remaining targets when single target fails (@snakefoot)
- ColoredConsoleTarget - Fix bug in handling of newlines without word-highlight (@snakefoot)
- ${processid} will no longer fail because unable to lookup ${processdir} on Mono Android (@snakefoot)
## Features
- LogManager.Setup().LoadConfigurationFromFile("NLog.config") added to fluent setup (@snakefoot + @304NotModified)
- LogManager.Setup().GetCurrentClassLogger() added to fluent setup (@snakefoot + @304NotModified)
- LogManager.Setup().SetupInternalLogger(s => s.AddLogSubscription()) added to fluent setup (@snakefoot + @304NotModified)
- ColoredConsoleTarget - Added Condition option to control when to do word-highlight (@snakefoot)
- Added new option CaptureStackTrace to ${stacktrace} and ${callsite} to skip implicit capture by Logger (@snakefoot)
- Exception-LayoutRenderer with new option BaseException for rendering innermost exception (@snakefoot)
## Improvements
- FileTarget - Batch write to filestream in max chunksize of 100 times BufferSize (@snakefoot)
- InternalLogger include whether NLog comes from GlobalAssemblyCache when logging NLog version (@snakefoot)
- InternalLogger LogToFile now support ${processdir} to improve support for single-file-publish (@snakefoot)
- Added ${processdir} that matches ${basedir:processDir=true} for consistency with InternalLogger (@snakefoot)
- Object property reflection now support IReadOnlyDictionary as expando object (@snakefoot)
- InternalLogger include more details like FilePath when loading NLog.config file (@snakefoot)
- Added support for Nullable when doing conversion of property types (@304NotModified)
- InternalLogger Warnings when skipping unrecognized LayoutRenderer options (@snakefoot)
- MappedDiagnosticsLogicalContext - SetScoped with IReadOnlyList also for Xamarin (@snakefoot)
- Object property reflection automatically performs ToString for System.Reflection.Module (@snakefoot)
- Improve ${basedir:fixtempdir=true} to work better on Linux when TMPDIR not set (@snakefoot)
- NetworkTarget respect MaxQueueSize for http- / https-protocol (@snakefoot)
- LogFactory.LoadConfiguration() reports searched paths when throwing FileNotFoundException (@304NotModified)
- ReplaceNewLines-LayoutRenderer will also remove windows newlines on the Linux platform (@Silvenga)
## Performance
- FileTarget - Skip checking file-length when only using ArchiveEvery (@snakefoot)
- ObjectGraphScanner performs caching of property reflection for NLog config items (@snakefoot)
- Condition expressions now handles operator like '==' without memory boxing (@snakefoot)
- ObjectGraphScanner should only check for layout-attributes on Layouts and LayoutRenderers (@snakefoot)
- MessageTemplate parsing of properties skips unnecessary array allocation (@snakefoot)
Full changelog: https://github.com/NLog/NLog/blob/master/CHANGELOG.md
For all config options and platform support, check https://nlog-project.org/config/
.NET Framework 3.5
- No dependencies.
.NET Standard 2.0
- No dependencies.
Xamarin.iOS 1.0
- No dependencies.
WindowsPhone 8.0
- No dependencies.
Silverlight 5.0
- No dependencies.
Silverlight 4.0
- No dependencies.
MonoAndroid 4.4
- No dependencies.
.NET Standard 1.5
- System.Xml.XmlDocument (>= 4.0.1)
- System.Threading.Thread (>= 4.0.0)
- System.Runtime.Loader (>= 4.0.0)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Net.NameResolution (>= 4.0.0)
- System.IO.FileSystem.Watcher (>= 4.0.0)
- System.Diagnostics.TraceSource (>= 4.0.0)
- System.Diagnostics.StackTrace (>= 4.0.1)
- System.Diagnostics.Process (>= 4.1.0)
- System.Net.Requests (>= 4.0.11)
- System.ComponentModel.TypeConverter (>= 4.1.0)
- System.Data.Common (>= 4.1.0)
- NETStandard.Library (>= 1.6.0)
- System.ComponentModel.Primitives (>= 4.1.0)
.NET Framework 4.0
- No dependencies.
.NET Framework 4.5
- No dependencies.
.NET Standard 1.3
- NETStandard.Library (>= 1.6.0)
- System.ComponentModel.Primitives (>= 4.1.0)
- System.ComponentModel.TypeConverter (>= 4.1.0)
- System.Data.Common (>= 4.1.0)
- Microsoft.Extensions.PlatformAbstractions (>= 1.0.0)
- System.Net.NameResolution (>= 4.0.0)
- System.Net.Requests (>= 4.0.11)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Xml.XmlDocument (>= 4.0.1)
- System.Diagnostics.StackTrace (>= 4.0.1)
Version | Downloads | Last updated |
---|---|---|
6.0.0-rc3 | 0 | 06/08/2025 |
6.0.0-rc2 | 4 | 06/06/2025 |
6.0.0-rc1 | 4 | 06/06/2025 |
6.0.0-preview1 | 6 | 05/03/2025 |
5.5.0 | 3 | 06/06/2025 |
5.4.0 | 14 | 02/07/2025 |
5.3.4 | 29 | 09/16/2024 |
5.3.3 | 16 | 08/12/2024 |
5.3.2 | 33 | 05/03/2024 |
5.3.1 | 17 | 04/29/2024 |
5.2.8 | 19 | 01/08/2024 |
5.2.7 | 21 | 12/15/2023 |
5.2.6 | 19 | 12/15/2023 |
5.2.5 | 18 | 12/15/2023 |
5.2.4 | 17 | 12/15/2023 |
5.2.3 | 17 | 12/15/2023 |
5.2.2 | 16 | 12/15/2023 |
5.2.1 | 19 | 12/15/2023 |
5.2.0 | 19 | 08/28/2023 |
5.1.5 | 19 | 08/27/2023 |
5.1.4 | 18 | 08/30/2023 |
5.1.3 | 16 | 08/31/2023 |
5.1.2 | 17 | 08/30/2023 |
5.1.1 | 18 | 08/29/2023 |
5.1.0 | 20 | 09/01/2023 |
5.0.5 | 21 | 08/29/2023 |
5.0.4 | 17 | 09/01/2023 |
5.0.3 | 17 | 08/27/2023 |
5.0.2 | 19 | 08/29/2023 |
5.0.1 | 18 | 08/26/2023 |
5.0.0 | 19 | 02/17/2024 |
4.7.15 | 16 | 08/26/2023 |
4.7.14 | 25 | 12/15/2023 |
4.7.13 | 20 | 08/31/2023 |
4.7.12 | 19 | 08/27/2023 |
4.7.11 | 20 | 08/29/2023 |
4.7.10 | 19 | 08/28/2023 |
4.7.9 | 21 | 08/29/2023 |
4.7.8 | 15 | 02/17/2024 |
4.7.7 | 17 | 01/08/2024 |
4.7.6 | 16 | 08/28/2023 |
4.7.5 | 16 | 08/28/2023 |
4.7.4 | 17 | 08/31/2023 |
4.7.3 | 18 | 08/25/2023 |
4.7.2 | 16 | 08/28/2023 |
4.7.1 | 16 | 08/31/2023 |
4.7.0 | 17 | 08/28/2023 |
4.6.8 | 18 | 08/31/2023 |
4.6.7 | 16 | 08/31/2023 |
4.6.6 | 22 | 08/25/2023 |
4.6.5 | 16 | 08/29/2023 |
4.6.4 | 14 | 08/31/2023 |
4.6.3 | 15 | 08/27/2023 |
4.6.2 | 14 | 08/27/2023 |
4.6.1 | 23 | 08/25/2023 |
4.6.0 | 20 | 08/28/2023 |
4.5.11 | 21 | 12/30/2020 |
4.5.10 | 22 | 08/28/2023 |
4.5.9 | 18 | 08/29/2023 |
4.5.8 | 18 | 08/26/2023 |
4.5.7 | 20 | 08/25/2023 |
4.5.6 | 17 | 08/30/2023 |
4.5.5 | 20 | 08/25/2023 |
4.5.4 | 17 | 08/29/2023 |
4.5.3 | 19 | 08/29/2023 |
4.5.2 | 19 | 08/31/2023 |
4.5.1 | 22 | 08/30/2023 |
4.5.0 | 19 | 08/25/2023 |
4.4.13 | 16 | 08/28/2023 |
4.4.12 | 19 | 08/29/2023 |
4.4.11 | 19 | 08/30/2023 |
4.4.10 | 14 | 08/31/2023 |
4.4.9 | 19 | 08/31/2023 |
4.4.8 | 15 | 08/28/2023 |
4.4.7 | 18 | 08/26/2023 |
4.4.6 | 16 | 08/30/2023 |
4.4.5 | 17 | 08/27/2023 |
4.4.4 | 22 | 08/30/2023 |
4.4.3 | 14 | 08/28/2023 |
4.4.2 | 16 | 08/27/2023 |
4.4.1 | 20 | 08/29/2023 |
4.4.0 | 16 | 08/31/2023 |
4.3.11 | 18 | 08/30/2023 |
4.3.10 | 20 | 08/25/2023 |
4.3.9 | 21 | 08/26/2023 |
4.3.8 | 16 | 08/30/2023 |
4.3.7 | 14 | 08/29/2023 |
4.3.6 | 15 | 12/30/2023 |
4.3.5 | 15 | 08/29/2023 |
4.3.4 | 16 | 08/28/2023 |
4.3.3 | 17 | 02/17/2024 |
4.3.2 | 22 | 08/26/2023 |
4.3.1 | 13 | 02/17/2024 |
4.3.0 | 14 | 08/28/2023 |
4.2.3 | 16 | 08/27/2023 |
4.2.2 | 18 | 08/30/2023 |
4.2.1 | 17 | 08/29/2023 |
4.2.0 | 19 | 08/31/2023 |
4.1.2 | 18 | 08/25/2023 |
4.1.1 | 17 | 08/30/2023 |
4.1.0 | 13 | 08/31/2023 |
4.0.1 | 17 | 08/27/2023 |
4.0.0 | 16 | 08/31/2023 |
3.2.1 | 18 | 08/30/2023 |
3.2.0 | 16 | 08/26/2023 |
3.1.0 | 17 | 02/17/2024 |
3.0.0 | 17 | 08/26/2023 |
2.1.0 | 18 | 08/30/2023 |
2.0.1.2 | 18 | 02/17/2024 |
2.0.0.2000 | 14 | 02/17/2024 |
1.0.0.505 | 18 | 02/16/2024 |