![]() |
Public Member Functions | |
virtual | ~Base (void) |
![]() | |
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 *baseListener) |
static int | getDebugOutputLevel (void) |
static bool | setDebugOutputLevel (int debugLevel) |
static const LogFormatOptions & | getLogFormatOptions (void) |
static void | setLogFormatOptions (const LogFormatOptions &options) |
This is the base-class of all Utility-classes except of JString.
This class provides a common callback interface for transmitting debug messages from all utility classes to your application. Please refer to setListener() for more information.
|
virtual |
Destructor.
|
static |
Registers a listener for receiving debug information from the Exitgames 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 |