CPP.Tracer
0.1.6
dotnet add package CPP.Tracer --version 0.1.6
NuGet\Install-Package CPP.Tracer -Version 0.1.6
<PackageReference Include="CPP.Tracer" Version="0.1.6" />
paket add CPP.Tracer --version 0.1.6
#r "nuget: CPP.Tracer, 0.1.6"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
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.
Introduce capture class.