4 lines
358 B
Markdown
4 lines
358 B
Markdown
dlog is a small debugging log wrapper around `snprintf()` to accumulate a text log in a RAM buffer for examining at a later time with a debugger.
|
|
|
|
It is useful in an environment that has a C library, some RAM to buffer the output, and the ability to attach a debugger, but might not have any communication channel (e.g. UART) to actually output a debug log.
|