A Kafka Sink for producing structured logging events from Serilog to a topic.
Info
| Version: | 0.0.8 |
| Author(s): | Kyle Eisenbarger |
| Last Update: | Thursday, February 14, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/keisenb/serilog-kafka-sink |
| NuGet Url: | https://www.nuget.org/packages/keisenb.serilog.kafka.sink |
Install
Install-Package keisenb.serilog.kafka.sink
dotnet add package keisenb.serilog.kafka.sink
paket add keisenb.serilog.kafka.sink
keisenb.serilog.kafka.sink Download (Unzip the "nupkg" after downloading)
Dependencies
- Confluent.Kafka(>= 0.11.6)
- Newtonsoft.Json(>= 12.0.1)
- Serilog(>= 2.8.0)
- Serilog.Sinks.PeriodicBatching(>= 2.1.1)
- System.Runtime.CompilerServices.Unsafe(>= 4.5.2)
Tags