Info
Version: | 3.0.3 |
Author(s): | Anton Volkov |
Last Update: | Wednesday, November 29, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/whir1/serilog-sinks-graylog |
NuGet Url: | https://www.nuget.org/packages/Serilog.Sinks.Graylog.Batching |
Install
Install-Package Serilog.Sinks.Graylog.Batching
dotnet add package Serilog.Sinks.Graylog.Batching
paket add Serilog.Sinks.Graylog.Batching
Serilog.Sinks.Graylog.Batching Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Newtonsoft.Json(>= 12.0.2)
- Serilog(>= 2.8.0)
- Serilog.Sinks.PeriodicBatching(>= 2.2.0)
- System.Net.NameResolution(>= 4.3.0)
- Newtonsoft.Json(>= 12.0.2)
- Serilog(>= 2.8.0)
- Serilog.Sinks.PeriodicBatching(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.2)
- Serilog(>= 2.8.0)
- Serilog.Sinks.PeriodicBatching(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.2)
- Serilog(>= 2.8.0)
- Serilog.Sinks.PeriodicBatching(>= 2.2.0)
- System.Net.NameResolution(>= 4.3.0)
Tags
The Serilog Graylog Sink project is a sink (basically a writer) for the Serilog logging framework. Structured log events are written to sinks and each sink is responsible for writing it to its own backend, database, store etc.
This sink delivers the data to Graylog2, a NoSQL search engine.