Skip to content

asperheim/serilog-sinks-logzio

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 92.5%
  • PowerShell 7.5%