The debug_prefix_fxn class Produces a string prefix (dynamically, called every time) that can be registered with the debug system to add extra metadata to each debug print.
More...
#include <debug.h>
The debug_prefix_fxn class Produces a string prefix (dynamically, called every time) that can be registered with the debug system to add extra metadata to each debug print.
An example usage would be to print timestamps in front of each debug string.
Definition at line 94 of file debug.h.
virtual sprockit::debug_prefix_fxn::~debug_prefix_fxn |
( |
| ) |
|
|
pure virtual |
virtual std::string sprockit::debug_prefix_fxn::str |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: