Implement this interface to receive messages from Enlighten.
Name | Description |
---|---|
OnMessage(Geo::eGeoLogMsgType, const char *) | All Enlighten feedback is passed back to the user through this interface. |
public: bool OnMessage
(
Geo::eGeoLogMsgType msgType,
const char * msgText
) const
All Enlighten feedback is passed back to the user through this interface.
[in] | msgType | The severity of the message. |
[in] | msgText | The message content. |
False if the message is to cause the application to stop and enter the debugger, true otherwise.