|
R-Type
R-Type project
|
Static Public Member Functions | |
| static void | log (std::string _msg, std::string prefix="") |
| display a simple message | |
| static void | log (char const *_msg, std::string prefix="") |
| static void | log (const char *_msg, const char *fileName, int const line) |
| static void | log (std::string const &_msg, const char *fileName, int const line) |
| static void | warning (std::string _msg, std::string prefix="") |
| display a warning message | |
| static void | warning (char const *_msg, std::string prefix="") |
| static void | warning (const char *_msg, const char *fileName, int const line) |
| static void | warning (std::string const &_msg, const char *fileName, int const line) |
| static void | error (std::string _msg, std::string prefix="") |
| display an error message | |
| static void | error (char const *_msg, std::string prefix="") |
| static void | error (const char *_msg, const char *fileName, int const line) |
| static void | error (std::string const &_msg, const char *fileName, int const line) |
| static std::string | colorNone () |
| static std::string | colorRed () |
| static std::string | colorYellow () |
| static std::string | colorWhite () |
| static std::string | colorBlue () |
| static std::string | colorBlack () |
| static std::string | colorGreen () |
| static std::string | colorMagenta () |
| static std::string | colorCyan () |
| static std::string | colorBackgroundDefault () |
| static std::string | colorBackgroundRed () |
| static std::string | colorBackgroundYellow () |
| static std::string | colorBackgroundWhite () |
| static std::string | colorBackgroundBlue () |
| static std::string | colorBackgroundBlack () |
| static std::string | colorBackgroundGreen () |
| static std::string | colorBackgroundMagenta () |
| static std::string | colorBackgroundCyan () |
| static std::string | boldStyle () |