Defines | |
#define | XklDebug(level, format, args...) _XklDebug( __FILE__, __func__, level, format, ## args ) |
Functions | |
const char * | XklGetLastError (void) |
void | _XklDebug (const char file[], const char function[], int level, const char format[],...) |
void | XklSetDebugLevel (int level) |
|
Output (optionally) some debug info
|
|
Output (optionally) some debug info
|
|
|
|
Sets maximum debug level. Message of the level more than the one set here - will be ignored
|