Logary.Targets.ApplicationInsights
4.1.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Logary.Targets.ApplicationInsights --version 4.1.1
NuGet\Install-Package Logary.Targets.ApplicationInsights -Version 4.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Logary.Targets.ApplicationInsights" Version="4.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Logary.Targets.ApplicationInsights --version 4.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Logary.Targets.ApplicationInsights, 4.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Logary.Targets.ApplicationInsights as a Cake Addin #addin nuget:?package=Logary.Targets.ApplicationInsights&version=4.1.1 // Install Logary.Targets.ApplicationInsights as a Cake Tool #tool nuget:?package=Logary.Targets.ApplicationInsights&version=4.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- FSharp.Core (>= 4.0.0.1)
- Hopac (>= 0.3.23)
- Logary (>= 4.1.1)
- Microsoft.ApplicationInsights (>= 2.3.0)
- Microsoft.ApplicationInsights.DependencyCollector (>= 2.3.0)
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 | 678 | 5/12/2020 |
5.0.0 | 639 | 9/19/2019 |
5.0.0-rc.13 | 300 | 8/30/2019 |
5.0.0-rc.12 | 286 | 8/30/2019 |
5.0.0-rc.11 | 293 | 8/29/2019 |
5.0.0-rc.10 | 291 | 4/10/2019 |
5.0.0-rc.9 | 286 | 4/5/2019 |
5.0.0-rc.8 | 297 | 4/4/2019 |
5.0.0-rc.7 | 303 | 4/1/2019 |
5.0.0-rc.6 | 313 | 4/1/2019 |
5.0.0-rc.1 | 360 | 2/18/2019 |
5.0.0-beta.28 | 377 | 12/6/2018 |
5.0.0-beta.27 | 380 | 12/6/2018 |
5.0.0-beta.26 | 602 | 10/2/2018 |
5.0.0-beta.25 | 611 | 9/22/2018 |
5.0.0-beta.24 | 616 | 9/14/2018 |
5.0.0-beta.23 | 617 | 9/14/2018 |
5.0.0-beta.22 | 655 | 8/13/2018 |
5.0.0-beta.21 | 723 | 7/1/2018 |
5.0.0-beta.20 | 514 | 6/29/2018 |
5.0.0-beta.19 | 581 | 6/19/2018 |
5.0.0-beta.18 | 592 | 6/13/2018 |
5.0.0-beta.17 | 580 | 6/13/2018 |
5.0.0-beta.16 | 503 | 6/12/2018 |
5.0.0-beta.15 | 596 | 6/8/2018 |
5.0.0-beta.14 | 593 | 6/7/2018 |
5.0.0-beta.13 | 528 | 6/7/2018 |
5.0.0-beta.12 | 518 | 6/7/2018 |
5.0.0-beta.11 | 627 | 5/24/2018 |
5.0.0-beta.10 | 507 | 5/23/2018 |
5.0.0-beta.9 | 512 | 5/23/2018 |
5.0.0-beta.8 | 599 | 5/23/2018 |
5.0.0-beta.7 | 673 | 5/17/2018 |
5.0.0-beta.6 | 638 | 4/29/2018 |
5.0.0-beta.5 | 588 | 4/28/2018 |
5.0.0-beta.4 | 586 | 4/28/2018 |
5.0.0-beta.3 | 633 | 4/15/2018 |
5.0.0-beta.2 | 599 | 4/9/2018 |
4.2.1 | 7,543 | 9/3/2017 |
4.2.0 | 975 | 5/9/2017 |
4.1.1 | 992 | 4/28/2017 |
Release Notes:
* [infra] bump patch
* [facade] update to match async spec
* Update Facade.fs
* Merge pull request #249 from Thorium/master
* Logary.Targets.AppInsights #246 renamed the project
* Readme update for target Application Insights
* Merge pull request #248 from Thorium/master
* Support to log Gauges as metrics. Also some refactorings of #246