Skip to content
Eric Flumerfelt edited this page Jun 17, 2022 · 3 revisions

{{toc}}

TRACE

TRACE is an extensible, dynamically (run-time) configurable logging/debugging facility that offers a
fast (minimal performance impact, no system calls) path and a slow (console or network) path for messages.

The fast path puts messages (with the parameters) into a circular memory buffer.
TRACE is a multi-process and thread-safe facility.

Usage Info

Development/Technical Info

Also includes an explanation of the current state (as of 12/14/15) of the TRACE repositories.

Does it work and how does it work - tests and technical details

Clone this wiki locally