Releases: NLog/NLog.Extensions.Logging
Releases · NLog/NLog.Extensions.Logging
v1.0 rtm RC 3
Support for .NET 4.6.1, support for message templates .NET standard 1.5+ and .NET 4.5.1+
v1.0 rtm RC 2
c2 (see https://github.com/NLog/NLog.Extensions.Logging/milestone/9?closed=1)
- Fix Recursive resource lookup bug
- Disallow NLog 5 for platforms dependend on NLog 4
v1.0 rtm RC 1
breaking changes:
Breaking changes in behavior!
- #154 Enable by default: CaptureMessageTemplates & CaptureMessageProperties (@304NotModified)
- #151 NLogProviderOptions: added IgnoreEmptyEventId, enabled by default. (@snakefoot)
- #151 NLogProviderOptions: set default EventIdSeparator to underscore. (@snakefoot)
Features
- #125 Capture structured logging parameter names (@snakefoot)
- #148 MessageProperties - Allow capture of message properties (CaptureMessageProperties option) (@snakefoot)
- #152 Introduced NetStandard1.5 by updating to NLog 4.5-beta07 (@snakefoot)
Other
- #143 Added Console Example to git (@304NotModified)
- #142 Enabled Travis build (@304NotModified)
v1.0.0-rtm-beta7
- Added NLogLoggerFactory
- Log exceptions when log message empty + Support .NET 4.6.1 + Microsoft.Extensions.Logging 2.0
- Minimize string-allocations when adding EventId-properties + XML Docs in package
1.0.0-rtm-beta6
- .NET Standard 2 support
- switch from NestedDiagnosticsContext to NestedDiagnosticsLogicalContext - use ${NDLC} instead of ${NDC} in your config when using BeginScope.
- Log exceptions when log message empty
- Minimize string-allocations when adding EventId-properties
- Update dependencies