ST_engine
0.3-ALPHA
|
Represents a log message to be displayed in the console. More...
#include <console_log.hpp>
Public Member Functions | |
console_log (log_type type, const std::string &text) | |
Public Attributes | |
ST::log_type | type |
std::string | text |
Represents a log message to be displayed in the console.
Contains the color, text and type of the log.
Definition at line 41 of file console_log.hpp.