#include <trace.hpp>
|
| Trace (debug_level level) |
|
Trace & | operator<< (int i) |
|
Trace & | operator<< (const char *s) |
|
Trace & | operator<< (void *) |
|
Trace & | operator<< (const std::string &s) |
|
template<class T > |
Trace & | operator<< (const std::vector< T > &v) |
|
|
static void | setDebugLevel (debug_level lvl) |
|
|
void | log (debug_level level, const char *fmt,...) |
|
a basic Trace class for debug
Definition at line 54 of file trace.hpp.
◆ log
void log |
( |
debug_level |
level, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
friend |
Log debug messages. printf format.
- Parameters
-
fmt | the formt string, printf style |
func | the func name |
Definition at line 34 of file trace.cpp.
The documentation for this class was generated from the following files: