automotive-message-broker
0.13
|
The DebugOut class represents a class used for outputing debug information The specified debug level will only be outputed if the debug level is => the debug threshhold Here's a simple example: More...
#include <debugout.h>
Public Member Functions | |
DebugOut (int debugLevel=4) | |
DebugOut const & | operator<< (const string &message) const |
DebugOut const & | operator<< (ostream &(*manip)(std::ostream &)) const |
DebugOut const & | operator<< (double val) const |
Static Public Attributes | |
static const int | Error = 1 << 16 |
Error use when essential functionality is blocked. | |
static const int | Warning = 1 << 24 |
Warning use when non-essential functionality is bocked, or when workarounds exist. | |
The DebugOut class represents a class used for outputing debug information The specified debug level will only be outputed if the debug level is => the debug threshhold Here's a simple example: