#include <debug.hpp>
Public Member Functions | |
sotDebugTrace (std::ostream &os) | |
void | trace (const int level, const char *format,...) |
void | trace (const char *format,...) |
void | trace (const int level=-1) |
void | traceTemplate (const int level, const char *format,...) |
void | traceTemplate (const char *format,...) |
sotDebugTrace & | pre (const std::ostream &) |
sotDebugTrace & | pre (const std::ostream &, int level) |
operator std::ostream & () | |
Static Public Member Functions | |
static void | openFile (const char *filename=DEBUG_FILENAME_DEFAULT) |
static void | closeFile (const char *filename=DEBUG_FILENAME_DEFAULT) |
Public Attributes | |
std::stringstream | tmpbuffer |
std::ostream & | outputbuffer |
std::ofstream | voidbuffer |
char | charbuffer [SIZE+1] |
int | traceLevel |
int | traceLevelTemplate |
int | debugPrior |
Static Public Attributes | |
static const int | SIZE = 512 |
static const char * | DEBUG_FILENAME_DEFAULT = "/tmp/traces.txt" |
|
inline |
|
static |
References soth::debugfile.
|
static |
References soth::debugfile.
Referenced by soth::HCOD::debugOnce().
|
inline |
|
inline |
|
inline |
|
inline |
References SOT_COMMON_TRACES.
|
inline |
References SOT_COMMON_TRACES.
|
inline |
|
inline |
References SOT_COMMON_TRACES.
|
inline |
References SOT_COMMON_TRACES.
char soth::sotDebugTrace::charbuffer[SIZE+1] |
|
static |
int soth::sotDebugTrace::debugPrior |
std::ostream& soth::sotDebugTrace::outputbuffer |
|
static |
std::stringstream soth::sotDebugTrace::tmpbuffer |
int soth::sotDebugTrace::traceLevel |
int soth::sotDebugTrace::traceLevelTemplate |
std::ofstream soth::sotDebugTrace::voidbuffer |