NLog 5.3.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 5, 6, 7 and 8
- .NET Core 1, 2 and 3
- .NET Standard 1.3+ and 2.0+
- .NET Framework 3.5 - 4.8
- Xamarin Android + iOS (.NET Standard)
- 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 |
---|---|
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 |
ChangeLog:
NLog v5.3 marks a few exotic API-methods as obsolete, to pave the road for NLog v6.
- CallSite can hide single class type using AddCallSiteHiddenClassType (#5313) (@wadebaird)
- Logging Rule with FinalMinLevel also supports dynamic filters (#5489) (@snakefoot)
- LogManager GetCurrentClassLogger fallback to assembly-name when no namespace (#5463) (@snakefoot)
- Logger LayoutRenderer able to output the Logger PrefixName (#5480) (@snakefoot)
- NLogViewer Target - Allow override of the FormattedMessage (#5466) (@snakefoot)
- CallSite fallback to Exception TargetSite when available (#5487) (@snakefoot)
- NLogTraceListener - Align Filter-behavior for all Write-methods (#5242) (@snakefoot)
- LogManager AddHiddenAssembly marked obsolete, instead use AddCallSiteHiddenAssembly (#5490) (@snakefoot)
- InternalLogger - Marked LogToTrace as obsolete to reduce dependencies (#5443) (@snakefoot)
- Replaced MutableUnsafeAttribute with ThreadAgnosticImmutableAttribute (#5297) (@snakefoot)
- Marked ILoggerBase and ISuppress as obsolete and instead use ILogger (#5431) (@snakefoot)
- LoggingRule - Marked ChildRules as obsolete (#5491) (@snakefoot)
- FileTarget - Marked NetworkWrites as obsolete, and replaced by KeepFileOpen=false (#5416) (@snakefoot)
- Marked EscapeDataNLogLegacy as obsolete (#5355) (@snakefoot)
- WrapperTarget is the wrapper and not the wrapped (#5380) (@snakefoot)
- LogFactory - Disconnect from Target write and Target flush (#5485) (@snakefoot)
- NLog Schema nuget-package with updated license info (#5509) (@snakefoot)
- Added sealed to internal classes (#5493) (@snakefoot)
- Added more NLog Wiki Links to XML docs (#5497) (@snakefoot)
- CsvLayout - Fixed links to NLog Wiki in XML docs (#5475) (@hangy)
NLog v5.2 changes how to load extensions: https://nlog-project.org/2023/05/30/nlog-5-2-trim-warnings.html
List of major changes in NLog 5.0: https://nlog-project.org/2022/05/16/nlog-5-0-finally-ready.html
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.
.NET Standard 1.5
- System.Xml.XmlDocument (>= 4.3.0)
- System.Threading.Thread (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.1)
- System.Runtime.Loader (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Net.Requests (>= 4.3.0)
- System.Net.NameResolution (>= 4.3.0)
- System.Net.Http (>= 4.3.4)
- System.IO.FileSystem.Watcher (>= 4.3.0)
- System.Diagnostics.TraceSource (>= 4.3.0)
- System.Diagnostics.StackTrace (>= 4.3.0)
- System.Data.Common (>= 4.3.0)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- System.Diagnostics.Process (>= 4.3.0)
- NETStandard.Library (>= 1.6.0)
- System.ComponentModel.Primitives (>= 4.3.0)
.NET Framework 4.5
- No dependencies.
.NET Framework 4.6
- No dependencies.
.NET Standard 1.3
- NETStandard.Library (>= 1.6.0)
- System.ComponentModel.Primitives (>= 4.3.0)
- System.Data.Common (>= 4.3.0)
- System.Diagnostics.StackTrace (>= 4.3.0)
- System.ComponentModel.TypeConverter (>= 4.3.0)
- System.Net.NameResolution (>= 4.3.0)
- System.Net.Requests (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.1)
- System.Xml.XmlDocument (>= 4.3.0)
- System.Net.Http (>= 4.3.4)
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 |