|
| bool | doPrint () const |
| |
|
void | flush () |
| |
|
DebugStream & | operator<< (bool) |
| |
|
DebugStream & | operator<< (int16_type) |
| |
|
DebugStream & | operator<< (int32_type) |
| |
|
DebugStream & | operator<< (uint16_type) |
| |
|
DebugStream & | operator<< (uint32_type) |
| |
|
DebugStream & | operator<< (int64_type) |
| |
|
DebugStream & | operator<< (uint64_type) |
| |
|
DebugStream & | operator<< (double) |
| |
|
DebugStream & | operator<< (std::complex< double >) |
| |
|
DebugStream & | operator<< (const char *) |
| |
|
DebugStream & | operator<< (std::string const &) |
| |
|
DebugStream & | operator<< (LManipFunction f) |
| |
|
static void | addDebugArea (uint16_type area, std::string const &description) |
| |
|
static void | showDebugAreas (std::string const &areas) |
| |
|
static void | attach (std::string const &__logfile) |
| |
|
static void | attach (std::string const &__logfile, int area) |
| |
|
static void | detach (std::string const &__logfile, int area) |
| |
|
static void | detachAll () |
| |