You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.