Photon C++ Client API
5.0.7.3
|


Public Member Functions | |
| virtual | ~LoggingBase (void)=0 |
Public Member Functions inherited from ToString | |
| virtual | ~ToString (void) |
| virtual JString | typeToString (void) const |
| virtual JString & | toString (JString &retStr, bool withTypes=false) const =0 |
| JString | toString (bool withTypes=false) const |
Static Public Member Functions | |
| static void | setListener (const BaseListener *pBaseListener) |
| static int | getDebugOutputLevel (void) |
| static bool | setDebugOutputLevel (int debugLevel) |
| static const LogFormatOptions & | getLogFormatOptions (void) |
| static void | setLogFormatOptions (const LogFormatOptions &options) |
|
pure virtual |
Destructor.
|
static |
Registers a listener for receiving debug information from the Exit Games Utility classes.
Please refer to BaseListener for more information and a code example.
| baseListener | The listener, in which you want to receive the the events. Has to be a pointer to a class derived from BaseListener. |
|
static |
Returns the current level of debug information that's passed on to BaseListener::debugReturn().
|
static |
Sets the current level of debug information that's passed on to BaseListener::debugReturn().
| debugLevel | one of the values in DebugLevel |
|
static |
|
static |
Sets the log format options to the supplied value.
| formatOptions | the new value to which the log format options will be set |