DESERT 3.5.1
Loading...
Searching...
No Matches
ConsoleColours Namespace Reference

Variables

constexpr std::string_view Red = "\x1b[1;31m"
 
constexpr std::string_view Green = "\x1b[1;32m"
 
constexpr std::string_view Yellow = "\x1b[1;33m"
 
constexpr std::string_view Blue = "\x1b[1;34m"
 
constexpr std::string_view Magenta = "\x1b[1;35m"
 
constexpr std::string_view Cyan = "\x1b[1;36m"
 
constexpr std::string_view Reset = "\x1b[0m"
 

Variable Documentation

◆ Blue

constexpr std::string_view ConsoleColours::Blue = "\x1b[1;34m"
inlineconstexpr

Definition at line 55 of file logging.h.

◆ Cyan

constexpr std::string_view ConsoleColours::Cyan = "\x1b[1;36m"
inlineconstexpr

Definition at line 57 of file logging.h.

◆ Green

constexpr std::string_view ConsoleColours::Green = "\x1b[1;32m"
inlineconstexpr

Definition at line 53 of file logging.h.

◆ Magenta

constexpr std::string_view ConsoleColours::Magenta = "\x1b[1;35m"
inlineconstexpr

Definition at line 56 of file logging.h.

◆ Red

constexpr std::string_view ConsoleColours::Red = "\x1b[1;31m"
inlineconstexpr

Definition at line 52 of file logging.h.

◆ Reset

constexpr std::string_view ConsoleColours::Reset = "\x1b[0m"
inlineconstexpr

Definition at line 58 of file logging.h.

◆ Yellow

constexpr std::string_view ConsoleColours::Yellow = "\x1b[1;33m"
inlineconstexpr

Definition at line 54 of file logging.h.