Releases: NLog/NLog.Extensions.Logging
Releases · NLog/NLog.Extensions.Logging
Version 1.7.2
- #495 Bump NLog from 4.7.8 to 4.7.9 (#495) (@dependabot[bot])
- #490 MicrosoftConsoleLayoutRenderer - For Hosting Lifetime Startup Messages (#490) (@snakefoot)
- #488 NLogLoggingConfiguration support custom section names (#488) (@anellomancante)
- #482 NLogProviderOptions - Added ReplaceLoggerFactory and RemoveLoggerFactoryFilter (#482) (@snakefoot)
- #479 Enable deterministic build (#479) (@304NotModified)
Version 1.7.1
- #476 MicrosoftILoggerTarget - Add support for override LoggerName when using ILoggerFactory (#476) (@snakefoot)
- #470 MicrosoftILoggerTarget - Reduce chance of deadlock in ILoggerFactory by caching created loggers (#470) (@snakefoot)
- #468 MicrosoftILoggerTarget - With ILoggerFactory as constructor parameter (#468) (@snakefoot)
- #463 Added unit-test for NLogProviderOptions.IncludeActivtyIdsWithBeginScope (#463) (@snakefoot)
- #469 Update Nuget package description with ASP.NET Core so it matches NLog Package (#469) (@snakefoot)
- #467 Bump NLog from 4.7.6 to 4.7.7 (#467) (@dependabot[bot])
- #477 Bump NLog from 4.7.7 to 4.7.8 (#477) (@dependabot[bot])
Version 1.7.0
- #456 Added NLogProviderOptions.IncludeActivtyIdsWithBeginScope and added .NET 5 build (#456) (@snakefoot)
- #451 NLogBeginScopeParser - Reduce allocation for BeginScope with message template (#451) (@snakefoot)
- #461 Move to PackageIcon and PackageLicenseExpression for NuGet package (#461) (@snakefoot)
- #450 Bump NLog from 4.7.4 to 4.7.6 (#450, #458) (@dependabot[bot])
Version 1.6.5
- #444 Fix ShutdownOnDispose to work with isolated LogFactory (#444) (@snakefoot)
- #439 Added SourceLink (#439) (@304NotModified)
- #429 Fix documentation of default (#429) (@304NotModified)
- #448 Bump NLog from 4.7.3 to 4.7.4 (#448) (@dependabot[bot])
Version 1.6.4
- #419 LogFactory.Setup - Make RegisterConfigSettings public (#423) (@snakefoot)
- #411 Bump NLog to 4.7.2 (#426) (@dependabot-preview[bot])
Version 1.6.3
- #419 Reading JSON config - Trim keys as Json allows spaces in keys (#419) (@snakefoot)
- #411 Bump NLog to 4.7.0 (#411) (@dependabot-preview[bot])
- #418 Introduced LoadConfigurationFromSection extension method for LogFactory.Setup (#410, #412, #418) (@snakefoot)
Version 1.6.2
- #380 NLogLoggerFactory - Emulate Microsoft LoggerFactory by returning same ILogger instance (#380) (@snakefoot)
- #393 AddNLog overload with NLogProviderOptions and LoggingConfiguration (#393) (@JeffreyMercado)
- #407 Improve AddNLog with LoggingConfiguration to handle custom LogFactory-instance (#407) (@snakefoot)
- #408 Update NLog dependency to 4.6.8 (#408) (@304NotModified)
Version 1.6.1
#350 Fixed conflict issue between UseNLog and default log providers (@snakefoot)
Version 1.6
- #332 Support .NET Core 3.0 (@304NotModified)
- #342 ILoggerFactory is obsolete in .NET Core 3. Instead use ILoggingBuilder.AddNLog (#342) (@snakefoot)
- #345 Added AddNLog with functor to create/initialize LogFactory for NLogLoggingProvider (@snakefoot)
- #344 Introduce AddNLog with NLog-config parameter (#344) (@snakefoot)
- #333 + #334 Minor optimizations in parsing of LogEvent property-names
Version 1.5.4
- #325 Fix dispose for AddNLog (on ILoggingBuilder) and no double logging when also using UseNLog (@snakefoot)