Get it
Learn it
Advanced
Enumeration of available verbosity levels. More…
#include <COutputLogger.h> enum VerbosityLevel { LVL_DEBUG = 0, LVL_INFO, LVL_WARN, LVL_ERROR, NUMBER_OF_VERBOSITY_LEVELS, };
Enumeration of available verbosity levels.
See also:
COutputLogger