|
oak - a modern logger 1.1.0
|
#include <oak/oak.hpp>Go to the source code of this file.
Macros | |
| #define | RST "\x1B[0m" |
| #define | KRED "\x1B[31m" |
| #define | KGRN "\x1B[32m" |
| #define | KYEL "\x1B[33m" |
| #define | KBLU "\x1B[34m" |
| #define | KMAG "\x1B[35m" |
| #define | KCYN "\x1B[36m" |
| #define | KWHT "\x1B[37m" |
| #define | FRED(x) KRED x RST |
| #define | FGRN(x) KGRN x RST |
| #define | FYEL(x) KYEL x RST |
| #define | FBLU(x) KBLU x RST |
| #define | FMAG(x) KMAG x RST |
| #define | FCYN(x) KCYN x RST |
| #define | FWHT(x) KWHT x RST |
| #define | FRED_S(x) std::string(KRED) + x + std::string(RST) |
| #define | FGRN_S(x) std::string(KGRN) + x + std::string(RST) |
| #define | FYEL_S(x) std::string(KYEL) + x + std::string(RST) |
| #define | FBLU_S(x) std::string(KBLU) + x + std::string(RST) |
| #define | FMAG_S(x) std::string(KMAG) + x + std::string(RST) |
| #define | FCYN_S(x) std::string(KCYN) + x + std::string(RST) |
| #define | FWHT_S(x) std::string(KWHT) + x + std::string(RST) |