CPP.Tracer 0.1.6

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

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

CPP Tracer is a modern C++ package that contains a collection of header based classes that make logging events during runtime simple and efficient.

Note: This project is in early development and the interfaces may be in flux.

Tracer - The static class that exposes public logging interface.
CaptureStream - Used to replace the target stream buffer in an output stream.
VSOutputDebugStreamBufW - Specialized buffer that forwards all content to the Visual Studio Command buffer.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
0.1.6 1,402 5/6/2017
0.1.2 1,068 3/4/2017
0.1.1 955 2/27/2017

Introduce capture class.