Go to the documentation of this file.
13 #define TEXTCOLOR_RED "\033[01;31m"
14 #define TEXTCOLOR_GREEN "\033[01;32m"
15 #define TEXTCOLOR_YELLOW "\033[01;33m"
16 #define TEXTCOLOR_BLUE "\033[01;34m"
17 #define TEXTCOLOR_MAGENTA "\033[01;35m"
18 #define TEXTCOLOR_CYAN "\033[01;36m"
19 #define TEXTCOLOR_END "\033[0m"
21 #define DEBUGCOLOR TEXTCOLOR_RED
22 #define VERBOSECOLOR TEXTCOLOR_BLUE