Castor3D 0.16.0
Multiplatform 3D engine
Public Member Functions | Public Attributes | List of all members
castor::Message Struct Reference

Message representation. More...

#include <LogModule.hpp>

Collaboration diagram for castor::Message:
Collaboration graph
[legend]

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.
 

Detailed Description

Message representation.

Constructor & Destructor Documentation

◆ Message()

castor::Message::Message ( LogType type,
MbString message,
bool newLine )
inline

Member Data Documentation

◆ m_message

MbString castor::Message::m_message

The message text.

◆ m_newLine

bool castor::Message::m_newLine

Tells if the new line character is printed.

◆ m_type

LogType castor::Message::m_type

The message type.


The documentation for this struct was generated from the following file: