NLog.Extensions.Logging 5.0.0
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
Showing the top 20 packages that depend on NLog.Extensions.Logging.
Packages | Downloads |
---|---|
NLog.Web.AspNetCore
Extend NLog with targets and layout renderers for websites and webapplications on the ASP.NET Core platform.
|
3 |
NLog.Web.AspNetCore
Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog LayoutRenderers to enrich logging output with details from HttpContext.
|
3 |
NLog.Web.AspNetCore
Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog LayoutRenderers to enrich logging output with details from HttpContext.
|
4 |
NLog.Web.AspNetCore
Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog LayoutRenderers to enrich logging output with details from HttpContext.
|
201 |
NLog.Web.AspNetCore
NLog LoggerProvider for Microsoft.Extensions.Logging and ASP.NET Core platform. Adds helpers and layout renderers for websites and web applications.
Supported platforms:
- For ASP.NET Core 2, .NET Standard 2.0+ and .NET 4.6+
- For ASP.NET Core 1, .NET Standard 1.5+ and .NET 4.5.x
|
3 |
NLog.Web.AspNetCore
NLog LoggerProvider for Microsoft.Extensions.Logging and ASP.NET Core platform. Adds helpers and layout renderers for websites and web applications.
Supported platforms:
- For ASP.NET Core 2, .NET Standard 2.0+ and .NET 4.6+
- For ASP.NET Core 1, .NET Standard 1.5+ and .NET 4.5.x
|
4 |
NLog.Web.AspNetCore
NLog LoggerProvider for Microsoft.Extensions.Logging and ASP.NET Core platform. Adds helpers and layout renderers for websites and web applications.
Supported platforms:
- For ASP.NET Core 3, .NET Core 3.0
- For ASP.NET Core 2, .NET Standard 2.0+ and .NET 4.6+
- For ASP.NET Core 1, .NET Standard 1.5+ and .NET 4.5.x
|
4 |
NLog.Web.AspNetCore
NLog LoggerProvider for Microsoft.Extensions.Logging and ASP.NET Core platform. Adds helpers and layout renderers for websites and web applications.
Supported platforms:
- For ASP.NET Core 5, .NET 5
- For ASP.NET Core 3, .NET Core 3.0
- For ASP.NET Core 2, .NET Standard 2.0+ and .NET 4.6+
- For ASP.NET Core 1, .NET Standard 1.5+ and .NET 4.5.x
|
3 |
NLog.Web.AspNetCore
NLog LoggerProvider for Microsoft.Extensions.Logging and ASP.NET Core platform. Adds helpers and layout renderers for websites and web applications.
Supported platforms:
- For ASP.NET Core 6, .NET 6
- For ASP.NET Core 5, .NET 5
- For ASP.NET Core 3, .NET Core 3.1
- For ASP.NET Core 2, .NET Standard 2.0+ and .NET 4.6+
|
4 |
NLog.Web.AspNetCore
Use NLog with the ASP.NET Core platform. Adds helpers and layout renderers for websites and webapplications.
Supported platforms:
- For ASP.NET Core 2, .NET Standard 2.0+ and .NET 4.6+
- For ASP.NET Core 1, .NET Standard 1.5+ and .NET 4.5.x
|
3 |
NLog.Web.AspNetCore
Use NLog with the ASP.NET Core platform. Adds helpers and layout renderers for websites and webapplications.
Supported platforms:
- For ASP.NET Core 2, .NET Standard 2.0+ and .NET 4.6+
- For ASP.NET Core 1, .NET Standard 1.5+ and .NET 4.5.x
|
4 |
### v5.0 (2022/05/17)
#### 🚀 Features
- [#465] Add support for config variables with JsonLayout (@snakefoot)
- [#520] Changed LoggingConfigurationSectionName to default NLog (@snakefoot)
- [#529] NLogLoggerProvider - Always load NLog config from appsettings when possible (@snakefoot)
- [#554] NLogProviderOptions with support for CaptureEventId.EventId + EventName (@snakefoot)
- [#555] MicrosoftConsoleJsonLayout - Simulates Microsoft AddJsonConsole Formatter (@snakefoot)
#### 👍 Enhancements
- [#522] Reload now fully support KeepVariablesOnReload (@snakefoot)
- [#521] Change default value for RemoveLoggerFactoryFilter to true (@snakefoot)
- [#535] NLogProviderOptions with support for RegisterServiceProvider (@snakefoot)
- [#531] Fix NLogLoggingConfiguration to handle throwConfigExceptions with NLog 5.0 (@snakefoot)
- [#564] NLog.ExtensionsHosting includes ContentRootPath when scanning for NLog.config candidate (@snakefoot)
- [#565] NLogProviderOptions ShutdownOnDispose = true disables LogFactory.AutoShutdown (@snakefoot)
- [#583] NLogBeginScopeParser - Improve parsing of custom KeyValuePair as scope-properties (@snakefoot)
- [#581] Support RemoveLoggerFactoryFilter and ReplaceLoggerFactory in appsettings.json (@snakefoot)
#### ⏩ Performance
- [#319] NLogLogger - Reduce allocation by not boxing EventId unless CaptureEventId = Legacy (@snakefoot)
- [#485] Remove startup overhead caused by enumerating all assemblies for callsite logic (@snakefoot)
- [#519] Update to NLog 5.0 with ScopeContext instead of MDLC (@snakefoot)
#### 🔧 Maintenance
- [#486] Removed platform .NET 4.5.1 (@snakefoot)
- [#530] Replaced platform netcoreapp3.0 with netcoreapp3.1 (@snakefoot)
- [#534] Fixed spelling for IncludeActivityIdsWithBeginScope (@snakefoot)
- [#539] NLogLogger refactoring to reduce code-path-navigations (@snakefoot)
- [#541] NLogLogger refactoring for faster EventId-property capture (@snakefoot)
- [#546] NLogLogger refactoring for faster EventId-property capture (@snakefoot)
- [#547] NLogLogger refactoring for faster EventId-property capture (@snakefoot)
- [#552] Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 (@dependabot[bot])
- [#558] Bump to Visual Studio 2022 on AppVeyor (@snakefoot)
- [#559] NLogLogger - Reduce complexity of CreateLogEventInfo (@snakefoot)
- [#570] MicrosoftConsoleLayoutRenderer - Fixed IndexOutOfRangeException when large EventID (@mickelsonmichael)
- [#571] MicrosoftConsoleJsonLayout - Fixed IndexOutOfRangeException when large EventID (@snakefoot)
- [#572] MicrosoftConsoleLayoutRenderer - Skip string-allocation for EventId when possible on platform (@snakefoot)
- [#579] ConfigSettingLayoutRenderer - Improve support for RegisterServiceProvider (@snakefoot)
- [#590] Added nuget-dependency Microsoft.Extensions.Configuration.Abstractions for all platforms (@snakefoot)
Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD
List of major changes in NLog 5.0: https://nlog-project.org/2021/08/25/nlog-5-0-preview1-ready.html
.NET Framework 4.6.1
- Microsoft.Extensions.Configuration.Abstractions (>= 2.1.0)
- NLog (>= 5.0.0)
- Microsoft.Extensions.Logging (>= 2.1.0)
.NET Standard 2.0
- NLog (>= 5.0.0)
- Microsoft.Extensions.Logging (>= 2.1.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 2.1.0)
.NET 5.0
- NLog (>= 5.0.0)
- Microsoft.Extensions.Logging (>= 5.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 5.0.0)
.NET Core 3.1
- Microsoft.Extensions.Logging (>= 3.1.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 3.1.0)
- NLog (>= 5.0.0)
.NET Standard 1.5
- NLog (>= 5.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 1.0.0)
- NETStandard.Library (>= 1.6.0)
.NET Standard 1.3
- NLog (>= 5.0.0)
- NETStandard.Library (>= 1.6.0)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 1.0.0)
Version | Downloads | Last updated |
---|---|---|
5.3.15 | 1 | 01/18/2025 |
5.3.14 | 1 | 01/04/2025 |
5.3.13 | 0 | 09/12/2024 |
5.3.12 | 0 | 08/12/2024 |
5.3.11 | 2 | 05/14/2024 |
5.3.10 | 1 | 05/13/2024 |
5.3.9 | 1 | 05/12/2024 |
5.3.8 | 200 | 03/07/2024 |
5.3.7 | 2 | 05/14/2024 |
5.3.5 | 1 | 05/14/2024 |
5.3.4 | 1 | 05/14/2024 |
5.3.3 | 1 | 05/14/2024 |
5.3.2 | 1 | 05/13/2024 |
5.3.1 | 1 | 05/12/2024 |
5.3.0 | 1 | 05/14/2024 |
5.2.5 | 1 | 05/14/2024 |
5.2.3 | 2 | 05/14/2024 |
5.2.2 | 1 | 05/13/2024 |
5.2.1 | 1 | 05/14/2024 |
5.2.0 | 1 | 05/13/2024 |
5.1.0 | 1 | 05/13/2024 |
5.0.4 | 1 | 05/14/2024 |
5.0.3 | 1 | 05/15/2024 |
5.0.2 | 2 | 05/14/2024 |
5.0.1 | 2 | 05/13/2024 |
5.0.0 | 1 | 05/13/2024 |
1.7.5 | 2 | 05/14/2024 |
1.7.4 | 1 | 05/13/2024 |
1.7.3 | 1 | 05/14/2024 |
1.7.2 | 1 | 05/14/2024 |
1.7.1 | 1 | 05/13/2024 |
1.7.0 | 2 | 05/14/2024 |
1.6.5 | 1 | 05/14/2024 |
1.6.4 | 2 | 05/14/2024 |
1.6.3 | 2 | 05/13/2024 |
1.6.2 | 2 | 05/13/2024 |
1.6.1 | 2 | 05/14/2024 |
1.6.0 | 2 | 05/13/2024 |
1.5.4 | 1 | 05/14/2024 |
1.5.3 | 1 | 05/13/2024 |
1.5.2 | 1 | 05/13/2024 |
1.5.1 | 2 | 05/14/2024 |
1.5.0 | 1 | 05/14/2024 |
1.4.0 | 1 | 05/14/2024 |
1.3.0 | 1 | 05/14/2024 |
1.2.1 | 2 | 05/13/2024 |
1.2.0 | 2 | 05/14/2024 |
1.1.0 | 2 | 05/14/2024 |
1.0.2 | 1 | 05/13/2024 |
1.0.1 | 2 | 05/14/2024 |
1.0.0 | 1 | 05/14/2024 |