Info
| Version: | 2.0.0 | 
| Author(s): | Alan Barber | 
| Last Update: | Monday, March 12, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/AlanBarber/Microsoft.Extensions.Logging.Splunk | 
| NuGet Url: | https://www.nuget.org/packages/Microsoft.Extensions.Logging.Splunk | 
Install
Install-Package Microsoft.Extensions.Logging.Splunk
                        dotnet add package Microsoft.Extensions.Logging.Splunk
                        paket add Microsoft.Extensions.Logging.Splunk
                        
                                Microsoft.Extensions.Logging.Splunk Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.Extensions.Logging.Abstractions(>= 2.0.0)
- Newtonsoft.Json(>= 11.0.1)
Tags
 
                
Note(s):
- Setup Note: Will fail to log if using https without a valid SSL cert.
- This package uses the Microsoft.Extensions.Logging namespace but is NOT an official Microsoft package.
- Includes modifed code from Splunk.Logging.Common to work with .Net Standard / .Net Core.