NLog 5.4.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 5, 6, 7, 8 and 9
- .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 |
---|---|
Common.Logging.NLog
Common.Logging library bindings for NLog 1.0 logging framework.
|
21 |
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.
|
37 |
NLog.Database
NLog.Database includes DatabaseTarget for writing to any database with DbProvider support
|
19 |
NLog.Database
NLog.Database includes DatabaseTarget for writing to any database with DbProvider support
|
58 |
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
|
20 |
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
|
56 |
NLog.Extensions.Logging
NLog provider for Microsoft.Extensions.Logging for usage in .NET Standard libraries and console applicaties.
For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.Web.AspNetCore
|
23 |
NLog.Extensions.Logging
NLog provider for Microsoft.Extensions.Logging for usage in .NET Standard libraries and console applicaties.
For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.Web.AspNetCore
|
24 |
NLog.Targets.ElasticSearch
An NLog target that utilises the elasticsearch low level client.
|
20 |
NLog.Targets.ElasticSearch
NLog target for ElasticSearch
|
19 |
NLog.Targets.ElasticSearch
NLog target for ElasticSearch
|
20 |
NLog.Web.AspNetCore
Extend NLog with targets and layout renderers for websites and webapplications on the ASP.NET Core platform.
|
22 |
RocketMQ.Client
.NET Client for Apache RocketMQ
|
20 |
RocketMQ.Client
.NET Client for Apache RocketMQ
|
22 |
RocketMQ.Client
.NET Client for Apache RocketMQ
|
43 |
ZhonTai.Admin
中台Admin权限管理接口库
|
19 |
ChangeLog:
- Fix AppDomain BaseDirectory on NET9 when it returns Long UNC (#5698) (@snakefoot)
- AsyncTaskTarget - Reduce default throttle after failure to 50ms instead of 500ms (#5700) (@snakefoot)
- ColoredConsoleTarget - Recognize NO_COLOR environment variable (#5702) (@snakefoot)
- More InternalLogger output when target disabled because failed to initialize (#5696) (@snakefoot)
- SimpleLayout - FromString avoid first chance exception when unknown layoutrenderer-type (#5681) (@snakefoot)
- ObjectGraphScanner - Handle property-getter that throws when AOT (#5651) (@snakefoot)
- LoggingConfigurationParser - Handle property-getter that throws when AOT (#5656) (@snakefoot)
- Remove Serializable-attribute and SerializationInfo since obsolete in NET8 (#5604) (@snakefoot)
- Marked JsonLayout EscapeForwardSlash as obsolete (#5695) (@snakefoot)
- Marked NLogViewerTarget and IncludeNLogData as obsolete (#5694) (@snakefoot)
- Marked XmlLoggingConfiguration AppConfig as obsolete (#5693) (@snakefoot)
- Marked XmlLoggingConfiguration InitializeSucceeded as obsolete (#5692) (@snakefoot)
- Marked LogEventInfo SetStackTrace with UserStackFrameNumber as obsolete (#5691) (@snakefoot)
- Marked SetupFromEnvironmentVariables and LogToTrace as obsolete (#5689) (@snakefoot)
- FileTarget - Introduced WriteToFile without concurrentWrites (#5687) (@snakefoot)
- TraceTarget - Fixed Header output (#5682) (@snakefoot)
- CounterLayoutRenderer - Lock on readonly field to fix Sonar Code Smell (#5680) (@snakefoot)
- LogAssemblyVersion should check InternalLogger IsInfoEnabled (#5630) (@snakefoot)
- MethodFactory - Only register methods from class-types (#5684) (@snakefoot)
- StringBuilderExt - Updated EqualTo for StringBuilder to foreach-loop (#5686) (@snakefoot)
- SimpleLayout - Refactor RenderAllRenderers to use foreach (#5611) (@snakefoot)
- JsonLayout - Optimize AppendStringEscape for success path (#5610) (@snakefoot)
- JsonLayout - Optimize ExcludeEmptyProperties to skip string cast (#5601) (@snakefoot)
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.4.0 | 2 | 03/14/2025 |
5.3.4 | 18 | 11/11/2024 |
5.3.3 | 14 | 11/14/2024 |
5.3.2 | 24 | 05/12/2024 |
5.3.1 | 15 | 05/11/2024 |
5.2.8 | 22 | 02/04/2024 |
5.2.7 | 12 | 04/27/2024 |
5.2.6 | 11 | 04/27/2024 |
5.2.5 | 11 | 04/27/2024 |
5.2.4 | 12 | 04/27/2024 |
5.2.3 | 13 | 05/24/2024 |
5.2.2 | 12 | 04/28/2024 |
5.2.1 | 6 | 12/05/2024 |
5.1.5 | 13 | 05/12/2024 |
5.1.4 | 11 | 05/09/2024 |
5.1.0 | 12 | 05/12/2024 |
5.0.5 | 8 | 05/08/2024 |
5.0.4 | 17 | 07/04/2023 |
5.0.3 | 17 | 07/04/2023 |
4.7.15 | 19 | 07/04/2023 |
4.7.12 | 18 | 07/04/2023 |
4.7.3 | 12 | 05/02/2024 |
4.7.0 | 14 | 04/30/2024 |
4.6.5 | 14 | 05/01/2024 |
4.6.3 | 14 | 05/02/2024 |
4.6.1 | 16 | 07/16/2023 |
4.5.10 | 13 | 05/10/2024 |
4.5.9 | 14 | 07/04/2023 |
4.5.0 | 11 | 04/28/2024 |
4.4.0 | 14 | 05/02/2024 |
4.3.11 | 14 | 07/04/2023 |
4.3.3 | 14 | 05/24/2024 |
4.3.0 | 15 | 05/02/2024 |
4.2.0 | 12 | 07/04/2023 |
4.1.0 | 14 | 04/28/2024 |
4.0.0 | 5 | 12/03/2024 |
3.2.1 | 16 | 05/02/2024 |
3.2.0 | 15 | 04/29/2024 |
3.1.0 | 11 | 07/16/2023 |
3.0.0 | 20 | 05/12/2024 |
2.1.0 | 11 | 05/26/2024 |
2.0.1.2 | 9 | 11/29/2024 |