UniSet 2.32.1
|
#include <Debug.h>
Открытые статические члены | |
static Debug::type | value (std::string const &val) |
static void | showLevel (std::ostream &o, type level) noexcept |
static void | showTags (std::ostream &o) noexcept |
static std::string | str (Debug::type level) noexcept |
Статические открытые данные | |
static type const | ANY |
Друзья | |
std::ostream & | operator<< (std::ostream &os, Debug::type level) noexcept |
Ideally this should have been a namespace, but since we try to be compilable on older C++ compilators too, we use a struct instead. This is all the different debug levels that we have.
|
staticnoexcept |
Display the tags and descriptions of the current debug level of ds
|
staticnoexcept |
show all the possible tags that can be used for debugging
|
static |
A function to convert symbolic string names on debug levels to their numerical value. example: level1,level2,-level3 supported '-' for disable debug level
|
static |