Perfadilly 2.0.16

dotnet add package Perfadilly --version 2.0.16
NuGet\Install-Package Perfadilly -Version 2.0.16
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="Perfadilly" Version="2.0.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Perfadilly --version 2.0.16
#r "nuget: Perfadilly, 2.0.16"
#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 Perfadilly as a Cake Addin
#addin nuget:?package=Perfadilly&version=2.0.16

// Install Perfadilly as a Cake Tool
#tool nuget:?package=Perfadilly&version=2.0.16

Statsd perf logger for .NET.
     Includes a sql appender and an appender for using your logging framework (i.e. log4net).  Helps debugging when you don't have a statsd server available.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  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.

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
2.0.16 1,844 10/23/2014
2.0.15 1,288 9/25/2014
2.0.14 1,191 9/25/2014
2.0.8 1,221 5/28/2014
2.0.7 1,194 5/28/2014
2.0.4 1,797 4/30/2014
2.0.3 1,217 4/28/2014
1.0.5138.30316 1,141 1/26/2014
1.0.0 1,215 1/25/2013

v 1.0.5138.30316
- added DelegatedPerfLoggerAppender to make it easy to output to log4net, console, etc
- fixed some internal logging: timing will no longer be a guage
- use ConcurrentDictionary