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.
Description
Languages
Ruby
97.4%
C
2.6%