Added stream name to logging
This commit is contained in:
parent
ac92e09262
commit
3cb03392e1
7 changed files with 34 additions and 7 deletions
|
@ -24,6 +24,7 @@ namespace Util {
|
|||
//variables
|
||||
static bool is_active; ///< Set to true by activate(), set to false by the signal handler.
|
||||
static unsigned int printDebugLevel;
|
||||
static std::string streamName; ///< Used by debug messages to identify the stream name
|
||||
//functions
|
||||
Config();
|
||||
Config(std::string cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue