|
CX Framework
Cross-platform C utility framework
|
Memory-buffered debug log for crash dump analysis. More...
#include <cx/cx.h>Go to the source code of this file.
Macros | |
| #define | DBGLOG_SIZE 65535 |
| Size of the debug log buffer in bytes (64KB) | |
Functions | |
| void | dbgLogEnable (int level) |
| void | dbgLogDisable () |
Variables | |
| char * | dbgLog |
Memory-buffered debug log for crash dump analysis.
Definition in file dbglog.h.