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
Exceptionless.NLog
NLog target that sends log entries to Exceptionless. Exceptionless is a cloud based error reporting service that sends your exceptions to https://exceptionless.com and provides aggregated views and analytics.
28
NLog.Database
NLog.Database includes DatabaseTarget for writing to any database with DbProvider support
9
NLog.Database
NLog.Database includes DatabaseTarget for writing to any database with DbProvider support
10
NLog.Database
NLog.Database includes DatabaseTarget for writing to any database with DbProvider support
42
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
8
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
10
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
15
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
43
NLog.Targets.ElasticSearch
An NLog target that utilises the elasticsearch low level client.
10
NLog.Targets.ElasticSearch
NLog target for ElasticSearch
8
NLog.Web.AspNetCore
Extend NLog with targets and layout renderers for websites and webapplications on the ASP.NET Core platform.
10
RocketMQ.Client
.NET Client for Apache RocketMQ
8
RocketMQ.Client
.NET Client for Apache RocketMQ
9
RocketMQ.Client
.NET Client for Apache RocketMQ
11
RocketMQ.Client
.NET Client for Apache RocketMQ
26
ZhonTai.Admin
中台Admin接口库
8
ZhonTai.Admin
中台Admin权限管理接口库
13

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 0 09/12/2024
5.3.3 0 08/12/2024
5.3.2 16 05/12/2024
5.3.1 5 05/11/2024
5.2.8 16 02/04/2024
5.2.7 7 04/27/2024
5.2.6 5 04/27/2024
5.2.5 5 04/27/2024
5.2.4 6 04/27/2024
5.2.3 7 05/24/2024
5.2.2 6 04/28/2024
5.2.1 0 07/01/2023
5.1.5 6 05/12/2024
5.1.4 4 05/09/2024
5.1.0 6 05/12/2024
5.0.5 2 05/08/2024
5.0.4 12 07/04/2023
5.0.3 8 07/04/2023
4.7.15 11 07/04/2023
4.7.12 7 07/04/2023
4.7.3 5 05/02/2024
4.7.0 8 04/30/2024
4.6.5 8 05/01/2024
4.6.3 8 05/02/2024
4.6.1 9 07/16/2023
4.5.10 5 05/10/2024
4.5.9 8 07/04/2023
4.5.0 5 04/28/2024
4.4.0 8 05/02/2024
4.3.11 7 07/04/2023
4.3.3 8 05/24/2024
4.3.0 8 05/02/2024
4.2.0 6 07/04/2023
4.1.0 5 04/28/2024
4.0.0 0 06/09/2015
3.2.1 9 05/02/2024
3.2.0 9 04/29/2024
3.1.0 5 07/16/2023
3.0.0 7 05/12/2024
2.1.0 5 05/26/2024
2.0.1.2 0 04/08/2013