Added runtime debug level support.

This commit is contained in:
Thulinma 2014-05-29 13:33:31 +02:00
parent 97d2fc864c
commit 064c4ecdcc
3 changed files with 29 additions and 3 deletions

View file

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