X-1.4 Camiel Vanderhoeven 29-DEC-2007 Compileable with older compilers (VC 6.0).
X-1.3 Camiel Vanderhoeven 28-DEC-2007 Throw exceptions rather than just exiting when errors occur.
X-1.2 Camiel Vanderhoeven 15-NOV-2007 Added newline at end to avoid warnings.
X-1.1 Camiel Vanderhoeven 14-NOV-2007 Initial creation.
Definition in file es40_debug.cpp.
#include "StdAfx.h"
Go to the source code of this file.
Functions | |
| static void | va_debug (va_list argp, char *fmt) |
| void | debug_indentation (int diff) |
| void | debug (char *fmt,...) |
| void | fatal (char *fmt,...) |
Variables | |
| int | quiet_mode = 0 |
| static int | debug_indent = 0 |
| static int | debug_currently_at_start_of_line = 1 |
| void debug | ( | char * | fmt, | |
| ... | ||||
| ) |
| void debug_indentation | ( | int | diff | ) |
| void fatal | ( | char * | fmt, | |
| ... | ||||
| ) |
| static void va_debug | ( | va_list | argp, | |
| char * | fmt | |||
| ) | [static] |
Definition at line 70 of file es40_debug.cpp.
References DEBUG_BUFSIZE, debug_currently_at_start_of_line, and debug_indent.
int debug_currently_at_start_of_line = 1 [static] |
int debug_indent = 0 [static] |
| int quiet_mode = 0 |