CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
dbglog.h File Reference

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
 

Detailed Description

Memory-buffered debug log for crash dump analysis.

Definition in file dbglog.h.