Interceptor for CodeCop that automatically logs exceptions with Serilog and Elastic on each intercepted method.
Info
Version: | 1.0.0 |
Author(s): | Ricardo Barbosa |
Last Update: | Friday, September 25, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dotnetricardo/SerilogElasticOnErrorInterceptor.git |
NuGet Url: | https://www.nuget.org/packages/Serilog.Elastic.CodeCop |
Install
Install-Package Serilog.Elastic.CodeCop
dotnet add package Serilog.Elastic.CodeCop
paket add Serilog.Elastic.CodeCop
Serilog.Elastic.CodeCop Download (Unzip the "nupkg" after downloading)
Dependencies
- CodeCop(>= 1.1.5)
- Serilog.Sinks.ElasticSearch(>= 2.0.60)
Tags