Timeline for Why does the TRACE level exist, and when should I use it rather than DEBUG?
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 20, 2015 at 22:50 | comment | added | andy256 | @Telastyn Yes, it certainly can. How much depends on system tolerances. An Engineer must understand the tools available and select the right one for the job. | |
| Apr 20, 2015 at 22:42 | comment | added | Telastyn | @andy256 - in my experience, trace level logging disrupts that sort of stuff too. | |
| Apr 20, 2015 at 22:31 | comment | added | andy256 | I would add that tracing can be used in places where a breakpoint debugger would interfere with correct code execution, such as interrupt handlers, timers, and tightly coupled multi-threaded codes. | |
| Apr 20, 2015 at 19:47 | vote | accept | Laurent Bourgault-Roy | ||
| Apr 20, 2015 at 19:45 | comment | added | Laurent Bourgault-Roy | The "performance" aspect really help me understand. Thank you! | |
| Apr 20, 2015 at 19:44 | history | answered | Telastyn | CC BY-SA 3.0 |