#include <messageBase.h>
Public Types | |
enum | LEVEL { GENERAL, RELEASE, DEBUG, DEBUG_MEDIUM, DEBUG_HIGH } |
enumeration of the different level of information/debugging. More... | |
Static Public Methods | |
enum LEVEL | getLevel (std::string level) |
returns the enumeration of the LEVEL from a string. |
Definition at line 8 of file messageBase.h.
|
enumeration of the different level of information/debugging.
GENERAL | |
RELEASE | |
DEBUG | |
DEBUG_MEDIUM | |
DEBUG_HIGH |
Definition at line 14 of file messageBase.h.
|