Source-highlight Library
|
Utility class to output messages in case of verbose option is requested. More...
#include <verbosity.h>
Static Public Member Functions | |
static void | setVerbosity (bool b=true) |
static bool | getVerbosity () |
Static Private Attributes | |
static bool | verbosity = false |
Utility class to output messages in case of verbose option is requested.
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.