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.


Keywords
native, cpp, c++, trace, tracer, logging, log, VS, std
License
MIT
Install
Install-Package CPP.Tracer -Version 0.1.6

Documentation

Tracer

A c++ class based tracer for simple program logging to std out.