Castor3D 0.16.0
Multiplatform 3D engine
|
Message representation. More...
#include <LogModule.hpp>
Public Member Functions | |
Message (LogType type, MbString message, bool newLine) | |
Public Attributes | |
LogType | m_type |
The message type. | |
MbString | m_message |
The message text. | |
bool | m_newLine |
Tells if the new line character is printed. | |
Message representation.
MbString castor::Message::m_message |
The message text.
bool castor::Message::m_newLine |
Tells if the new line character is printed.
LogType castor::Message::m_type |
The message type.