dmitrig89 / serilog-sinks-logzio

A Serilog sink that sends HTTP POST requests over the network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serilog.Sinks.Logzio

Build status NuGet Version Documentation Join the chat at https://gitter.im/serilog/serilog Help

A Serilog sink that sends HTTP POST requests over the network.

Package - Serilog.Sinks.Logzio | Platforms - .NET 4.5, .NETStandard 1.5

Getting started

TBA

Serilog.ILogger log = new LoggerConfiguration()
  .MinimumLevel.Verbose()
  .WriteTo.Http("www.mylogs.com")
  .CreateLogger();

Typical use case

TBA

Install via NuGet

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

About

A Serilog sink that sends HTTP POST requests over the network.

License:Apache License 2.0


Languages

Language:C# 92.5%Language:PowerShell 7.5%