#include <verbosity.h>
Static Public Member Functions | |
static void | setVerbosity (bool b=true) |
static bool | getVerbosity () |
Static Private Attributes | |
static bool | verbosity = false |
This class provides static methods, so that it can be used globally from within the application using the library, so that all classes that wants to output verbose messages will do that consistently.