Photon C++ Client API
4.1.12.2
|
BaseListener Class Referenceabstract
Inheritance diagram for BaseListener:
Public Member Functions | |
virtual void | debugReturn (int debugLevel, const JString &string)=0 |
Detailed Description
This class defines the listener interface for the debug callback mechanism.
- See also
- Base, Base::setListener()
Member Function Documentation
§ debugReturn()
|
pure virtual |
This is the callback function for debug-messages.
- Parameters
-
debugLevel one of the values in DebugLevel string the formatted debug string
- See also
- BaseListener