-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Eric Flumerfelt edited this page Jun 17, 2022
·
3 revisions
{{toc}}
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.
Also includes an explanation of the current state (as of 12/14/15) of the TRACE repositories.