Wiki

Clone wiki

TraceabilityV2 / TraceLib / TraceabilityLib

Home

#Traceability Library

The Traceability Library is the core component that provides the ability to extract trace data, as well as formatting the data. It must be included in any project that is using Trace Classes.

The primary feature of the library is the collection of tracers. Each tracer implements the ITracer interface, and thus are able to be switched as needed.

Updated