NLog 4.6.0
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.Asp.NET Core
Showing the top 20 packages that depend on NLog.
Packages | Downloads |
---|---|
NLog.Targets.ElasticSearch
An NLog target that utilises the elasticsearch low level client.
|
47 |
NLog.Targets.ElasticSearch
An NLog target that utilises the elasticsearch low level client.
|
44 |
NLog.Targets.ElasticSearch
NLog target for ElasticSearch
|
44 |
NLog.Targets.ElasticSearch
NLog target for ElasticSearch
|
43 |
NLog.Targets.ElasticSearch
An NLog target that utilises the elasticsearch low level client.
|
43 |
NLog.Targets.ElasticSearch
An NLog target that utilises the elasticsearch low level client.
|
42 |
NLog.Targets.ElasticSearch
An NLog target that utilises the elasticsearch low level client.
|
41 |
NLog.Targets.ElasticSearch
NLog target for ElasticSearch
|
41 |
NLog.Targets.ElasticSearch
NLog target for ElasticSearch
|
40 |
NLog.Targets.ElasticSearch
An NLog target that utilises the elasticsearch low level client.
|
40 |
## All changes NLog 4.6
### Features
#### Main Feature
* Database target: support for DbType for parameters (including SqlDbType) - #2363 + #2899 + #3085 + #3091 (@hubo0831, @ObikeDev, @sorvis, @304NotModified, @snakefoot)
#### XML config features
* Added support for constant variable in level attributes - #2709 (level, minlevel, etc) (@304NotModified)
* Added defaultAction option for <filter> - #2848 (@304NotModified)
* Rules now support multiple '*' and '?' wildcards and in any position - #3098 (@beppemarazzi)
* Added Support ${currentdir}, ${basedir}, ${tempdir} and environment variables in internalLogFile value - #3031 + #3092 (@snakefoot)
#### New targets, layouts and layout renderers
* Added XmlLayout - Render LogEventInfo.Properties as XML - #2670 + #3014 (@snakefoot)
* Added ${db-null} layout renderer - #2849 (@304NotModified)
* Added New ${substring}, ${left} & ${right} layoutrenderer wrappers - #2907 (@304NotModified)
* Added ${HostName} Layout Renderer for full computer DNS name - #3071 (@amitsaha)
* Added ${AppSetting} Layout Renderer (app.config + web.config) moved from NLog.Extended for NetFramework - #3053 (@snakefoot)
* Added noRawValue layout wrapper - #3165 (@snakefoot)
#### Additions to targets, layouts and layout renderers
* AsyncTargetWrapper: added LogEventDropped + LogEventQueueGrow events - #2610 (@Pomoinytskyi)
* NetworkTarget - Support for SSL & TLS - #2678 (@snakefoot)
* JsonLayout: support for System.Dynamic-objects - #2902 (@304NotModified)
* AsyncTaskTarget: Added support for BatchSize and RetryCount - #2909 (@snakefoot)
* ColoredConsoleTarget - Added EnableAnsiOutput option (VS Code support) - #3018 (@jp7677 + @snakefoot)
* Added IncludeGdc property in JsonLayout - #3050 (@casperc89)
* TargetWithContext - Support for PropertyType using IRawValue-interface - #3060 (@snakefoot)
### Enhancements
* JsonLayout includes Type-property when rendering Exception-object - #2989 (@snakefoot)
* LoggingConfigurationParser - Extracted from XmlLoggingConfiguration - #2891 (Prepare for appsettings.json) (@snakefoot)
* Added support for complex objects in MDLC and NDLC on Net45 - #2910 (@snakefoot)
* PerformanceCounter - Improve behavior for CPU usage calculation - #2918 (@snakefoot)
* TargetWithContext - Include all properties even when duplicate names - #2941 (@snakefoot)
* Updated resharper annotations for better validation - #2974 (@imanushin)
* Improve default reflection support on .NET Core Native - #2979 (@snakefoot)
* EventLogTarget with better support for MaximumKilobytes configuration - #3017 (@Coriolanuss)
* Added Xamarin PreserveAttribute for the entire Assembly to improve AOT-linking - #3039 (@snakefoot)
* Create snupkg packages and use portable PDB - #3045 (@snakefoot)
* KeepFileOpen + ConcurrentWrites on Xamarin + UWP - #3079 - #3048 (@304NotModified)
* WebService Target allow custom override of SoapAction-header for Soap11 - #3082 + #3100 (@AlexeyRokhin)
* AsyncTaskTarget - Fixed unwanted delay caused by slow writer
* Various refactorings (19 pull requests) (@beppemarazzi, @304NotModified, @snakefoot)
### Performance
* AsyncTargetWrapper using ConcurrentQueue for .NET Core 2 for better thread-concurrency - #2650 (@snakefoot)
* AsyncTargetWrapper - TimeToSleepBetweenBatches changed default to 1ms - #2890 (@snakefoot)
* InternalLogger performance optimization when LogLevel.Off - #2897 (@snakefoot)
* InternalLogger LogLevel changes to LogLevel.Off by default unless being used. - #2935 (@snakefoot)
* CsvLayout - Allocation optimizations and optional skip quoting-check for individual columns. - #2934 (@snakefoot)
* MappedDiagnosticsLogicalContext - SetScoped with IReadOnlyList (Prepare for MEL BeginScope) - #2949 (@snakefoot)
* IRenderString-interface to improve performance for Layout with single LayoutRenderer - #2973 (@snakefoot)
* StringBuilderPool - Reduce memory overhead until required - #3103 (@snakefoot)
**LibLog Breaking change**
* [damianh/LibLog#181](https://github.com/damianh/LibLog/pull/181) - Sub-components using LibLog ver. 5.0.3 (or newer) will now use MDLC + NDLC (Instead of MDC + NDC) when detecting application is using NLog ver. 4.6. Make sure to update NLog.config to match this change. Make sure that all sub-components have upgraded to LibLog ver. 5.0.3 (or newer) if they make use of `OpenNestedContext` or `OpenMappedContext`.
See also [NLog 4.6 Milestone](https://github.com/NLog/NLog/milestone/44?closed=1)
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 Standard 1.3
- Microsoft.Extensions.PlatformAbstractions (>= 1.0.0)
- NETStandard.Library (>= 1.6.0)
- System.ComponentModel.Primitives (>= 4.1.0)
- System.Data.Common (>= 4.1.0)
- System.Diagnostics.StackTrace (>= 4.0.1)
- System.Net.Requests (>= 4.0.11)
- System.Reflection.TypeExtensions (>= 4.1.0)
- System.Xml.XmlDocument (>= 4.0.1)
- System.Net.NameResolution (>= 4.0.0)
.NET Framework 4.5
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
6.0.0-preview1 | 8 | 05/03/2025 |
5.4.0 | 11 | 02/07/2025 |
5.3.4 | 28 | 09/17/2024 |
5.3.3 | 26 | 08/14/2024 |
5.3.2 | 27 | 05/02/2024 |
5.3.1 | 27 | 05/02/2024 |
5.2.8 | 38 | 01/04/2024 |
5.2.7 | 32 | 12/06/2023 |
5.2.6 | 38 | 11/23/2023 |
5.2.5 | 32 | 10/19/2023 |
5.2.4 | 36 | 09/06/2023 |
5.2.3 | 34 | 08/17/2023 |
5.2.2 | 38 | 07/08/2023 |
5.2.1 | 34 | 08/03/2023 |
5.2.0 | 37 | 06/01/2023 |
5.1.5 | 44 | 05/29/2023 |
5.1.4 | 40 | 05/09/2023 |
5.1.3 | 35 | 04/28/2023 |
5.1.2 | 44 | 02/22/2023 |
5.1.1 | 46 | 01/15/2023 |
5.1.0 | 45 | 12/04/2022 |
5.0.5 | 63 | 02/18/2023 |
5.0.4 | 33 | 11/21/2022 |
5.0.3 | 40 | 01/03/2023 |
5.0.2 | 34 | 12/30/2022 |
5.0.1 | 42 | 01/10/2023 |
5.0.0 | 36 | 12/19/2022 |
5.0.0-rc1 | 34 | 12/31/2021 |
5.0.0-preview.3 | 34 | 11/20/2021 |
4.7.15 | 41 | 12/04/2022 |
4.7.14 | 36 | 12/04/2022 |
4.7.13 | 43 | 03/05/2023 |
4.7.12 | 37 | 10/26/2021 |
4.7.11 | 34 | 11/20/2021 |
4.7.10 | 39 | 12/17/2021 |
4.7.9 | 46 | 07/11/2023 |
4.7.8 | 37 | 11/20/2021 |
4.7.7 | 35 | 11/20/2021 |
4.7.6 | 61 | 11/20/2021 |
4.7.5 | 33 | 12/17/2021 |
4.7.4 | 38 | 11/20/2021 |
4.7.3 | 40 | 12/17/2021 |
4.7.2 | 46 | 12/17/2021 |
4.7.1 | 36 | 12/17/2021 |
4.7.0 | 43 | 11/20/2021 |
4.6.8 | 39 | 08/11/2023 |
4.6.7 | 44 | 11/20/2021 |
4.6.6 | 39 | 10/10/2023 |
4.6.5 | 30 | 12/17/2021 |
4.6.4 | 34 | 12/17/2021 |
4.6.3 | 54 | 08/10/2023 |
4.6.2 | 36 | 12/17/2021 |
4.6.1 | 63 | 11/20/2021 |
4.6.0 | 37 | 12/28/2022 |
4.5.11 | 47 | 11/20/2021 |
4.5.10 | 35 | 11/20/2021 |
4.5.9 | 35 | 11/20/2021 |
4.5.8 | 56 | 08/18/2023 |
4.5.7 | 36 | 08/10/2023 |
4.5.6 | 33 | 11/20/2021 |
4.5.5 | 34 | 04/03/2023 |
4.5.4 | 45 | 01/26/2023 |
4.5.3 | 33 | 11/20/2021 |
4.5.2 | 41 | 08/15/2023 |
4.5.1 | 45 | 11/20/2021 |
4.5.0 | 35 | 11/20/2021 |
4.4.13 | 34 | 11/20/2021 |
4.4.12 | 38 | 11/20/2021 |
4.4.11 | 33 | 11/20/2021 |
4.4.10 | 40 | 11/20/2021 |
4.4.9 | 38 | 11/20/2021 |
4.4.8 | 32 | 11/20/2021 |
4.4.7 | 32 | 11/20/2021 |
4.4.6 | 66 | 08/18/2023 |
4.4.5 | 41 | 07/11/2023 |
4.4.4 | 44 | 12/22/2022 |
4.4.3 | 32 | 11/20/2021 |
4.4.2 | 61 | 11/20/2021 |
4.4.1 | 32 | 05/08/2023 |
4.4.0 | 32 | 07/30/2023 |
4.3.11 | 43 | 11/20/2021 |
4.3.10 | 30 | 09/28/2023 |
4.3.9 | 49 | 11/20/2021 |
4.3.8 | 37 | 11/20/2021 |
4.3.7 | 37 | 11/20/2021 |
4.3.6 | 30 | 08/16/2023 |
4.3.5 | 34 | 10/05/2023 |
4.3.4 | 43 | 11/20/2021 |
4.3.3 | 43 | 11/20/2021 |
4.3.2 | 44 | 03/01/2023 |
4.3.1 | 44 | 07/16/2023 |
4.3.0 | 41 | 12/02/2021 |
4.2.3 | 60 | 11/20/2021 |
4.2.2 | 37 | 11/20/2021 |
4.2.1 | 35 | 11/20/2021 |
4.2.0 | 43 | 11/20/2021 |
4.1.2 | 55 | 11/20/2021 |
4.1.1 | 64 | 12/03/2021 |
4.1.0 | 35 | 11/20/2021 |
4.0.1 | 33 | 03/30/2023 |
4.0.0 | 36 | 11/20/2021 |
3.2.1 | 43 | 12/03/2021 |
3.2.0 | 52 | 02/12/2023 |
3.1.0 | 37 | 11/20/2021 |
3.0.0 | 36 | 12/02/2021 |
2.1.0 | 47 | 02/26/2023 |
2.0.1.2 | 30 | 11/20/2021 |
2.0.0.2000 | 31 | 11/20/2021 |
1.0.0.505 | 43 | 09/28/2022 |