Definition in file taptdebug.cpp.
#include "taptdebug.h"
#include <stdarg.h>
Include dependency graph for taptdebug.cpp:

Go to the source code of this file.
Functions | |
| int | taptaudio_debug_printf (const char *fmt,...) |
| Printf function for debugging -- outpus to debug_file. | |
Variables | |
| FILE * | taptaudio_debug_file = stderr |
| The FILE* to output debugging statements to. | |
| unsigned long | TAPTDBGLEV = DEBUG_INFO |
| The debugging level, if not previously defined. | |
|
||||||||||||
|
Printf function for debugging -- outpus to debug_file.
Definition at line 17 of file taptdebug.cpp. References taptaudio_debug_file. |
|
|
The FILE* to output debugging statements to.
Definition at line 13 of file taptdebug.cpp. Referenced by AudioSystem::setDebugFile(), and taptaudio_debug_printf(). |
|
|
The debugging level, if not previously defined.
Definition at line 14 of file taptdebug.cpp. |
1.4.3