Simple data structure to hold the messages. More...
#include <Logger.h>
Public Member Functions | |
Message (EMessageType type, const std::string &msg) | |
Public Attributes | |
EMessageType | _type |
The type of the message. More... | |
std::string | _msg |
The text of the message. More... | |
|
inline |
std::string Logger::Message::_msg |
EMessageType Logger::Message::_type |