This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels