Tracer 1.1.7

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

// Install Tracer as a Cake Tool
#tool nuget:?package=Tracer&version=1.1.7

The interfaces provided by this package allow component authors to provide tracing statements that are agnostic to the actual implementation that will be used when they are used at runtime, which is an initialization concern that belongs to the application initialization or other bootstrapping/configuration code.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Tracer:

Package Downloads
netfx-WebApi.TracingChannel

TracingChannel

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Tracer:

Repository Stars
clariuslabs/reactivesockets
Implements a very easy to use sockets API based on IObservable
Version Downloads Last updated
1.1.7 16,857 1/6/2014
1.1.5 2,996 1/3/2014
1.1.4 2,532 1/3/2014
1.1.2 2,867 11/4/2013
1.1.0 2,785 4/24/2013
1.0.0.3 3,061 1/3/2013
1.0.0.2 3,113 8/9/2012
1.0.0.1 2,719 8/8/2012
1.0.0 2,721 8/8/2012
0.9.0 4,566 5/26/2011
0.1.2 2,959 1/7/2011

Version 1.1.*
           * Removed static constructor from Tracer so that it can be customized on target project
           * Content files go under External grouping folder