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.
<PackageVersion Include="Logary.Targets.ApplicationInsights" Version="4.1.1" />
<PackageReference Include="Logary.Targets.ApplicationInsights" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Logary.Targets.ApplicationInsights&version=4.1.1
#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 | 702 | 5/12/2020 |
5.0.0 | 663 | 9/19/2019 |
5.0.0-rc.13 | 324 | 8/30/2019 |
5.0.0-rc.12 | 310 | 8/30/2019 |
5.0.0-rc.11 | 317 | 8/29/2019 |
5.0.0-rc.10 | 316 | 4/10/2019 |
5.0.0-rc.9 | 311 | 4/5/2019 |
5.0.0-rc.8 | 322 | 4/4/2019 |
5.0.0-rc.7 | 328 | 4/1/2019 |
5.0.0-rc.6 | 338 | 4/1/2019 |
5.0.0-rc.1 | 386 | 2/18/2019 |
5.0.0-beta.28 | 406 | 12/6/2018 |
5.0.0-beta.27 | 409 | 12/6/2018 |
5.0.0-beta.26 | 662 | 10/2/2018 |
5.0.0-beta.25 | 671 | 9/22/2018 |
5.0.0-beta.24 | 676 | 9/14/2018 |
5.0.0-beta.23 | 676 | 9/14/2018 |
5.0.0-beta.22 | 715 | 8/13/2018 |
5.0.0-beta.21 | 821 | 7/1/2018 |
5.0.0-beta.20 | 577 | 6/29/2018 |
5.0.0-beta.19 | 679 | 6/19/2018 |
5.0.0-beta.18 | 690 | 6/13/2018 |
5.0.0-beta.17 | 678 | 6/13/2018 |
5.0.0-beta.16 | 565 | 6/12/2018 |
5.0.0-beta.15 | 695 | 6/8/2018 |
5.0.0-beta.14 | 691 | 6/7/2018 |
5.0.0-beta.13 | 590 | 6/7/2018 |
5.0.0-beta.12 | 581 | 6/7/2018 |
5.0.0-beta.11 | 726 | 5/24/2018 |
5.0.0-beta.10 | 571 | 5/23/2018 |
5.0.0-beta.9 | 576 | 5/23/2018 |
5.0.0-beta.8 | 699 | 5/23/2018 |
5.0.0-beta.7 | 779 | 5/17/2018 |
5.0.0-beta.6 | 746 | 4/29/2018 |
5.0.0-beta.5 | 656 | 4/28/2018 |
5.0.0-beta.4 | 654 | 4/28/2018 |
5.0.0-beta.3 | 740 | 4/15/2018 |
5.0.0-beta.2 | 706 | 4/9/2018 |
4.2.1 | 8,078 | 9/3/2017 |
4.2.0 | 1,051 | 5/9/2017 |
4.1.1 | 1,066 | 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