48 inline static std::vector<std::pair<LogColor, std::string>> logs_;
Display and allows to modify entity information in real time.
Definition: editor.hpp:14
Class used for globally printing messages and storing them to a file.
Definition: log.hpp:23
Log(Log &&other)=delete
Move constructor (deleted).
Log()=default
Default constructor.
static void newLog(std::string text, LogColor textcolor=LogColor::White)
Add a new log entry.
Log(const Log &other)=delete
Copy constructor (deleted).
Log & operator=(Log &other)=delete
Copy assignment operator (deleted).
Log & operator=(Log &&other)=delete
Move assignment operator (deleted).
LogColor
Colors allowed to be used for log messages.
Definition: log.hpp:12