Perfadilly 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.
Install-Package Perfadilly -Version 2.0.16
dotnet add package Perfadilly --version 2.0.16
<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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Perfadilly, 2.0.16"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
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
Dependencies
-
- Common.Logging (>= 2.2.0)
- ObjectPrinter (>= 2.0.20)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.