Logary.Ingestion.TCP
5.0.0-rc.1
See the version list below for details.
dotnet add package Logary.Ingestion.TCP --version 5.0.0-rc.1
NuGet\Install-Package Logary.Ingestion.TCP -Version 5.0.0-rc.1
<PackageReference Include="Logary.Ingestion.TCP" Version="5.0.0-rc.1" />
paket add Logary.Ingestion.TCP --version 5.0.0-rc.1
#r "nuget: Logary.Ingestion.TCP, 5.0.0-rc.1"
// Install Logary.Ingestion.TCP as a Cake Addin #addin nuget:?package=Logary.Ingestion.TCP&version=5.0.0-rc.1&prerelease // Install Logary.Ingestion.TCP as a Cake Tool #tool nuget:?package=Logary.Ingestion.TCP&version=5.0.0-rc.1&prerelease
Logary is a high performance multi-target logging metric and health-check library for mono and .Net.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- FSharp.Core (>= 4.6.0)
- fszmq (>= 12.3.2)
- Hopac (>= 0.4.1)
- Logary (>= 5.0.0-rc.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.1 | 518 | 5/12/2020 |
5.0.0 | 578 | 9/19/2019 |
5.0.0-rc.13 | 305 | 8/30/2019 |
5.0.0-rc.12 | 293 | 8/30/2019 |
5.0.0-rc.11 | 285 | 8/29/2019 |
5.0.0-rc.10 | 292 | 4/11/2019 |
5.0.0-rc.9 | 289 | 4/5/2019 |
5.0.0-rc.8 | 301 | 4/4/2019 |
5.0.0-rc.7 | 298 | 4/1/2019 |
5.0.0-rc.1 | 368 | 2/18/2019 |
Print better help message for UDP ingestion targets thanks @haf
Ensure Rutta / HTTP codec logs errors to stdout thanks @haf
Ensure Rutta / HTTP codec can optionally enable CORS thanks @haf
Allow HTTP codec to be nicely parametised with onSuccess onFailure thanks @haf
Extract TCP ingestion to its own package thanks @haf
Print ZMQ version on start of Rutta thanks @haf
Update README for newest Rutta thanks @haf
Upgrade/fix Rutta command line parsing to assist user better and not crash `dotnet` thanks @haf
Remove older mono's from .travis.yml thanks @haf
Set up Travis to push docker image on git tags thanks @haf
Create `haaf/rutta-curl` image as a utility image thanks @haf
Create `Makefile` for simpler builds thanks @haf
Enable smart version+tag docker image tagging in Makefile thanks @haf
Finish writing LICENSE.md thanks @haf
Upgrade all .Tests and Services to netcoreapp2.2 thanks @haf
Rename ElasticSearch -> Elasticsearch thanks @haf
Normalise Elasticsearch Jaeger and ApplicationInsights naming and module layout thanks @haf
Pretty-print F# function signatures when instances thereof are logged thanks @haf
Fix bug in JSON encoder that missed null strings thanks @haf
Create an IngestServer abstraction and module thanks @haf
Port all Ingestion implementation to the new IngestServer abstraction thanks @haf
Move `ensureName` from middleware to `Logger` in Logary thanks @haf
Add Rutta Helm chart thanks @haf