Added stream name to logging

This commit is contained in:
Thulinma 2018-11-21 16:43:23 +01:00
parent ac92e09262
commit 3cb03392e1
7 changed files with 34 additions and 7 deletions

View file

@ -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);