src/inVRs/SystemCore/DebugOutput.cpp File Reference
#include "DebugOutput.h"#include <stdarg.h>#include <stdio.h>#include <OpenSG/OSGThreadManager.h>#include <OpenSG/OSGThread.h>#include <pthread.h>#include <execinfo.h>
Include dependency graph for DebugOutput.cpp:

Functions | |
| void | printd_severity (SEVERITY severity) |
| void | printd_init (FILE *stream) |
| void | printd_finalize () |
| INVRS_SYSTEMCORE_API void | printd (const char *fmt,...) |
| INVRS_SYSTEMCORE_API void | printd (SEVERITY severity, const char *fmt,...) |
Variables | |
| static OSG::Lock * | printdLock = NULL |
| static FILE * | _printd_stream = stderr |
| static SEVERITY | _printd_severity = INFO |
Function Documentation
| INVRS_SYSTEMCORE_API void printd | ( | SEVERITY | severity, | |
| const char * | fmt, | |||
| ... | ||||
| ) |
| INVRS_SYSTEMCORE_API void printd | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void printd_finalize | ( | ) |
| void printd_init | ( | FILE * | stream | ) |
| void printd_severity | ( | SEVERITY | severity | ) |
Variable Documentation
SEVERITY _printd_severity = INFO [static] |
FILE* _printd_stream = stderr [static] |
OSG::Lock* printdLock = NULL [static] |
Generated on Wed Oct 20 16:11:46 2010 for inVRs by
1.5.8