Added runtime debug level support.
This commit is contained in:
parent
97d2fc864c
commit
064c4ecdcc
3 changed files with 29 additions and 3 deletions
|
@ -23,6 +23,7 @@ namespace Util {
|
|||
//variables
|
||||
static std::string libver; ///< Version number of the library as a string.
|
||||
static bool is_active; ///< Set to true by activate(), set to false by the signal handler.
|
||||
static unsigned int printDebugLevel;
|
||||
//functions
|
||||
Config();
|
||||
Config(std::string cmd, std::string version);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue