Info
Version: | 0.1.4-preview |
Author(s): | Tommaso Bertoni |
Last Update: | Friday, July 19, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tommasobertoni/log4net.AsyncAppender/blob/master/README.md |
NuGet Url: | https://www.nuget.org/packages/log4net.AsyncAppender.HttpEndpoint |
Install
Install-Package log4net.AsyncAppender.HttpEndpoint
dotnet add package log4net.AsyncAppender.HttpEndpoint
paket add log4net.AsyncAppender.HttpEndpoint
log4net.AsyncAppender.HttpEndpoint Download (Unzip the "nupkg" after downloading)
Dependencies
- log4net.AsyncAppender(>= 0.4.3)
- Utf8Json(>= 1.3.7)
Tags
of an http endpoint and provides an HttpClient instance and methods to create and send the request.
An IEventJsonSerializer contract is provided in order to enable plugging in a custom json serializer (if needed).
Without a custom serializer, this package falls back on using the Utf8Json library, when json serialization is requested.