Info
| Version: | 1.0.7 | 
| Author(s): | Bart Piotrowski | 
| Last Update: | Thursday, June 20, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/bartpio/aws-logging-dotnet-structured | 
| NuGet Url: | https://www.nuget.org/packages/BPP.AWS.Logger.AspNetCore.Structured | 
Install
Install-Package BPP.AWS.Logger.AspNetCore.Structured
                        dotnet add package BPP.AWS.Logger.AspNetCore.Structured
                        paket add BPP.AWS.Logger.AspNetCore.Structured
                        
                                BPP.AWS.Logger.AspNetCore.Structured Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETStandard 2.0 
                                        
                    - AWS.Logger.AspNetCore(>= 1.4.1)
- Microsoft.Extensions.Logging(>= 2.1.1)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.1)
- newtonsoft.json(>= 10.0.3)
- system.collections.immutable(>= 1.3.1)
- AWS.Logger.AspNetCore(>= 1.4.1)
- Microsoft.Extensions.Logging(>= 2.1.1)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.1)
- newtonsoft.json(>= 10.0.3)
- system.collections.immutable(>= 1.3.1)
Tags
 
                
Logs in JSON form, including a rendered message, unary scope properties (tags), and KeyValuePair scope properties. An extention method is provided to register a structed AWS log provider; other than that there's no real AWS dependency here.
The AWS Logging configuration provided should NOT include a custom formatter.