Photon C++ Client API: BaseListener Class Reference

Photon C++ Client API

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()

debugReturn ( int  debugLevel,
const JString string 
)
pure virtual

This is the callback function for debug-messages.

Parameters
debugLevelone of the values in DebugLevel
stringthe formatted debug string
See also
BaseListener

Implemented in Listener, and Listener.