Logary.Targets.DB 4.0.7

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Logary.Targets.DB --version 4.0.7                
NuGet\Install-Package Logary.Targets.DB -Version 4.0.7                
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.DB" Version="4.0.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Logary.Targets.DB --version 4.0.7                
#r "nuget: Logary.Targets.DB, 4.0.7"                
#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.DB as a Cake Addin
#addin nuget:?package=Logary.Targets.DB&version=4.0.7

// Install Logary.Targets.DB as a Cake Tool
#tool nuget:?package=Logary.Targets.DB&version=4.0.7                

Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Logary.Targets.DB:

Package Downloads
Logary.Targets.DB.Migrations

Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.2.1 2,735 9/3/2017
4.2.0 2,087 5/9/2017
4.1.1 2,079 4/28/2017
4.1.0 2,088 4/20/2017
4.0.311 2,169 2/13/2017
4.0.304 2,989 1/8/2017
4.0.303 2,189 1/2/2017
4.0.302 2,052 12/28/2016
4.0.301 2,217 12/15/2016
4.0.300 2,044 12/15/2016
4.0.280 2,185 12/6/2016
4.0.261 2,198 12/6/2016
4.0.260 2,063 11/28/2016
4.0.241 2,123 11/22/2016
4.0.223 2,079 11/21/2016
4.0.222 2,068 11/16/2016
4.0.221 2,042 11/16/2016
4.0.200 2,005 11/10/2016
4.0.181 2,773 10/25/2016
4.0.180 2,049 10/24/2016
4.0.160 2,118 10/17/2016
4.0.150 2,149 10/10/2016
4.0.122 2,007 9/29/2016
4.0.121 2,091 9/29/2016
4.0.120 2,400 9/29/2016
4.0.112 2,200 9/2/2016
4.0.111 1,973 9/2/2016
4.0.101 2,015 8/25/2016
4.0.100 2,504 8/25/2016
4.0.80 2,146 8/24/2016
4.0.60 2,065 8/11/2016
4.0.41 2,187 8/10/2016
4.0.40 1,983 8/10/2016
4.0.20 3,100 7/22/2016
4.0.19 3,124 7/21/2016
4.0.18 3,335 7/19/2016
4.0.17 3,185 6/29/2016
4.0.16 3,073 6/28/2016
4.0.14 3,341 6/18/2016
4.0.11 3,384 5/2/2016
4.0.10 3,388 4/29/2016
4.0.9 3,553 4/27/2016
4.0.7 3,576 4/25/2016
4.0.6 3,089 4/12/2016
4.0.5 3,171 4/10/2016
4.0.3 3,262 3/28/2016
4.0.2 3,398 3/17/2016
4.0.1 3,555 3/8/2016
4.0.0 3,273 3/8/2016
4.0.0-alpha2 3,353 3/8/2016
4.0.0-alpha1 3,218 2/8/2016
3.6.1 2,090 1/29/2016
3.6.0 2,162 1/4/2016
3.5.0 2,181 12/9/2015
3.4.2 2,131 10/22/2015
3.4.1 2,185 9/4/2015
3.4.0 2,085 8/25/2015
3.3.4-rc 1,821 7/27/2015
3.3.3 2,106 6/23/2015
3.3.2 2,036 6/11/2015
3.3.1 2,107 6/5/2015
3.3.0 2,199 6/2/2015
3.2.0 2,727 6/1/2015
3.1.0 2,103 5/17/2015
3.0.3 2,184 3/28/2015
3.0.2 2,549 2/24/2015
3.0.1 2,514 2/20/2015
3.0.0 2,245 2/16/2015

Release Notes:

* [infra] fixing broken rakefile
* [infra] v4.0.7
* Merge pull request #108 from whyer/feature/fix-logary-hopac-namespace
* Moved Ringbuffer impl into Logary.Internals namespace
* Merge pull request #106 from whyer/feature/add-hostname-in-shipper
* Adds hostname and serviceName to messages context when shipping data with rutta in shipper mode
* Removed comment in file. The same info exists on github in a issue.
* Paket changes project files on paket install.
* [rutta] reworking Metrics + WinPerfCounters
* [infra] compile for AnyCPU
* Merge pull request #104 from whyer/feature/config-with-uri
* Possible to configure a target from the command line using uri syntax.
* Merge pull request #103 from whyer/feature/config-influx-batch-size
* Exclude Mailgun from test, difficult to test without api-key
* Unnecessary printfn
* Moved test projects into Test folder
* Removed old unused folders
* Now it is possible to configure batch size for InfluxDB