NLog 4.5.0

NLog is a logging platform for .NET with rich log routing and management capabilities.

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工具包
253
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

NLog 4.5 adds structured logging and .NET Standard support/UPW without breaking changes! Also a lot features has been added! List of important changes in NLog 4.5 **Features:** - Support for .Net Standard 2.0 [#2263] + [#2402] (@snakefoot) - Support for .Net Standard 1.5 [#2341] (@snakefoot) - Support for .Net Standard 1.3 (and UWP) [#2441] + [#2597] (Remember to manually flush on app suspend). (@snakefoot) - Introduced Structured logging [#2208] + [#2262] + [#2244] + [#2544] (@snakefoot, @304NotModified, @jods4, @nblumhardt) - see https://github.com/NLog/NLog/wiki/How-to-use-structured-logging - Json conversion also supports object properties [#2179], [#2555] (@snakefoot, @304NotModified) - event-properties layout-renderer can now render objects as json [#2241] (@snakefoot, @304NotModified) - exception layout-renderer can now render exceptions as json [#2357] (@snakefoot) - Default file archive logic is now easier to use [#1993] (@snakefoot) - Introduced InstallationContext.ThrowExceptions [#2214] (@rbarillec) - WebServiceTarget - Allow configuration of proxy address [#2375] (@snakefoot) - WebServiceTarget - JsonPost with JsonLayout without being wrapped in parameter [#2590] (@snakefoot) - ${guid}, added GeneratedFromLogEvent [#2226] (@snakefoot) - TraceTarget RawWrite to always perform Trace.WriteLine independent of LogLevel [#1968] (@snakefoot) - Adding OverflowAction options to BufferingTargetWrapper [#2276] (@mikegron) - WhenRepeatedFilter - Filtering of identical LogEvents [#2123] + [#2297] (@snakefoot) - ${callsite} added CleanNamesOfAsyncContinuations option [#2292] (@tkhaugen, @304NotModified) - ${ndlctiming} allows timing of ndlc-scopes [#2377] (@snakefoot) - NLogViewerTarget - Enable override of the Logger-name [#2390] (@snakefoot) - ${sequenceid} added [#2411] (@MikeFH) - Added "regex-matches" for filtering [#2437] (@MikeFH) - ${gdc}, ${mdc} & {mdlc} - Support Format parameter [#2500] (@snakefoot) - ${currentDir} added [#2491] (@UgurAldanmaz) - ${AssemblyVersion}: add type (File, Assembly, Informational) option [#2487] (@alexangas) - FileTarget: Support byte order mark [#2456] (@KYegres) - TargetWithContext - Easier to create custom NLog targets with support for MDLC and NDLC [#2467] (@snakefoot) - ${callname-filename} - Without line number [#2591] (@brunotag) - MDC + MDLC with SetScoped property support [#2592] (@MikeFH) - LoggingConfiguration AddRule includes final-parameter [#2612] (@893949088) **BugFixes:** - Improve archive stability during concurrent file access [#1889] (@snakefoot) - FallbackGroup could lose log events [#2265] (@frabar666) - ${exception} - only include separator when items are available [#2257] (@jojosardez) - LogFactory - Fixes broken EventArgs for ConfigurationChanged [#1897] (@snakefoot) - Do not report wrapped targets as unused targets [#2290] (@thesmallbang) - Added IIncludeContext, implemented missing properties [#2117] (@304NotModified) - Improve logging of callsite linenumber for async-methods [#2386] (@snakefoot) - NLogTraceListener - DisableFlush is enabled by default when AutoFlush=true [#2407] (@snakefoot) - NLogViewer - Better defaults for connection limits [#2404] (@304NotModified) - LoggingConfiguration.LoggingRules is not thread safe [#2393], [#2418] - Fix XmlLoggingConfiguration reloading [#2475] (@snakefoot) - Database Target now supports EntityFramework ConnectionStrings [#2510] (@Misiu, @snakefoot) - LoggingConfiguration.RemoveTarget now works while actively logging [#2549] (@jojosardez, @snakefoot) - FileTarget does not fail on platforms without global mutex support [#2604] (@snakefoot) - LoggingConfiguration does not fail when AutoReload is not possible on the platforms without FileWatcher [#2603] (@snakefoot) **Performance:** - More targets has OptimizeBufferReuse enabled by default [#1913] + [#1923] + [#1912] + [#1911] + [#1910] + [#1909] + [#1908] + [#1907] + [#2560] (@snakefoot) - StringBuilderPool - Improved Layout Render Performance by reusing StringBuilders [#2208] (@snakefoot) - JsonLayout - Improved Layout Performance, by optimizing use of StringBuilder [#2208] (@snakefoot) - FileTarget - Faster byte-encoding of log messsages, by using crude Encoding.GetMaxByteCount() instead of exact Encoding.GetByteCount() [#2208] (@snakefoot) - Target - Precalculate Layout should ignore sub-layouts for complex layout (Ex Json) [#2378] (@snakefoot) - MessageLayoutRenderer - Skip `string.Format` allocation (for caching) when writing to a single target, instead format directly into output buffer. [#2507] (@snakefoot) for full list, see https://github.com/NLog/NLog/blob/master/CHANGELOG.md for what is supported in each platform, see https://github.com/NLog/NLog/wiki/platform-support

.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 Framework 4.5

  • No dependencies.

.NET Standard 1.3

Version Downloads Last updated
5.3.4 4 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