This is the documentation for Enlighten.

class Enlighten ILogHandler

class Enlighten::ILogHandler

Implement this interface to receive messages from Enlighten.

Functions

Name Description
OnMessage(Geo::eGeoLogMsgType, const char *)

All Enlighten feedback is passed back to the user through this interface.


virtual bool Enlighten::ILogHandler::OnMessage


public: bool OnMessage
(
    Geo::eGeoLogMsgType msgType,
    const char * msgText
) const


All Enlighten feedback is passed back to the user through this interface.

Parameters
[in] msgType

The severity of the message.

[in] msgText

The message content.

Returns

False if the message is to cause the application to stop and enter the debugger, true otherwise.