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.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
2,260
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
1,919
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
942
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
843
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
634
MT.PACKAGE.UTILITY
妙探科技nuget工具包
252
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
201
MT.PACKAGE.UTILITY
妙探科技nuget工具包 1、添加日期转财务报表报告期DateTime扩展方法
93
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
58
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
25
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
25
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
24
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
24
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
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
23

## 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

.NET Framework 4.0

  • No dependencies.

.NET Standard 1.3

.NET Framework 4.5

  • No dependencies.

Version Downloads Last updated
5.3.4 3 09/12/2024
5.3.3 4 08/17/2024
5.3.2 12 05/06/2024
5.3.1 7 04/28/2024
5.3.0 11 04/27/2024
5.2.8 37 02/01/2024
5.2.7 10 12/08/2023
5.2.6 825 11/24/2023
5.2.5 11 11/16/2023
5.2.4 13 09/27/2023
5.2.3 15 09/05/2023
5.2.2 12 07/25/2023
5.2.1 14 08/06/2023
5.2.0 20 06/03/2023
5.1.5 16 06/06/2023
5.1.4 22 06/06/2023
5.1.3 17 06/06/2023
5.1.2 18 06/06/2023
5.1.1 19 06/06/2023
5.1.0 18 06/06/2023
5.0.5 18 06/06/2023
5.0.4 17 06/06/2023
5.0.3 15 06/06/2023
5.0.2 18 06/06/2023
5.0.1 2,194 06/16/2022
5.0.0 20 06/06/2023
4.7.15 16 06/06/2023
4.7.14 15 06/06/2023
4.7.13 17 06/06/2023
4.7.12 2,253 11/12/2021
4.7.11 17 06/06/2023
4.7.10 626 05/24/2021
4.7.9 14 08/07/2023
4.7.8 189 03/01/2021
4.7.7 18 06/06/2023
4.7.6 205 12/16/2020
4.7.5 746 12/25/2020
4.7.4 18 06/06/2023
4.7.3 18 06/06/2023
4.7.2 13 06/06/2023
4.7.1 16 06/06/2023
4.7.0 17 06/06/2023
4.6.8 13 06/06/2023
4.6.7 17 06/06/2023
4.6.6 15 06/06/2023
4.6.5 36 01/21/2021
4.6.4 14 06/06/2023
4.6.3 16 06/06/2023
4.6.2 14 06/06/2023
4.6.1 15 06/06/2023
4.6.0 15 06/06/2023
4.5.11 12 06/06/2023
4.5.10 13 06/06/2023
4.5.9 16 06/06/2023
4.5.8 12 06/06/2023
4.5.7 15 06/06/2023
4.5.6 16 06/06/2023
4.5.5 14 06/06/2023
4.5.4 12 06/06/2023
4.5.3 16 06/06/2023
4.5.2 16 06/06/2023
4.5.1 14 06/06/2023
4.5.0 11 06/06/2023
4.4.13 14 06/06/2023
4.4.12 14 06/06/2023
4.4.11 12 06/06/2023
4.4.10 14 06/06/2023
4.4.9 11 06/06/2023
4.4.8 17 06/06/2023
4.4.7 16 06/06/2023
4.4.6 17 06/06/2023
4.4.5 15 06/06/2023
4.4.4 19 06/06/2023
4.4.3 15 06/06/2023
4.4.2 12 06/06/2023
4.4.1 15 06/06/2023
4.4.0 20 06/06/2023
4.3.11 12 06/06/2023
4.3.10 15 06/06/2023
4.3.9 13 06/06/2023
4.3.8 17 06/06/2023
4.3.7 14 06/06/2023
4.3.6 17 06/06/2023
4.3.5 15 06/06/2023
4.3.4 15 06/06/2023
4.3.3 15 06/06/2023
4.3.2 17 06/06/2023
4.3.1 15 06/06/2023
4.3.0 15 06/06/2023
4.2.3 19 06/06/2023
4.2.2 14 06/06/2023
4.2.1 15 06/06/2023
4.2.0 18 06/06/2023
4.1.2 15 06/06/2023
4.1.1 12 06/06/2023
4.1.0 14 06/06/2023
4.0.1 19 06/06/2023
4.0.0 16 06/06/2023
3.2.1 16 06/06/2023
3.2.0 17 06/06/2023
3.1.0 13 06/06/2023
3.0.0 14 06/06/2023
2.1.0 16 06/06/2023
2.0.1.2 16 06/06/2023
2.0.0.2000 15 06/04/2023
1.0.0.505 12 06/04/2023