Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Implement this interface to receive messages from Enlighten.

Functions

NameDescription
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.

...