A Serilog sink that sends HTTP POST requests over the network.
Package - Serilog.Sinks.Logzio | Platforms - .NET 4.5, .NETStandard 1.5
TBA
Serilog.ILogger log = new LoggerConfiguration()
.MinimumLevel.Verbose()
.WriteTo.Http("www.mylogs.com")
.CreateLogger();
TBA
If you want to include the HTTP POST sink in your project, you can install it directly from NuGet.
To install the sink, run the following command in the Package Manager Console:
PM> Install-Package Serilog.Sinks.Logzio