Functions | |
void | Telepathy::enableDebug (bool enable) |
void | Telepathy::enableWarnings (bool enable) |
Debugging output is divided into two categories: normal debug output and warning messages. Normal debug output results in the normal operation of the library, warning messages are output only when something goes wrong. Each category can be invidually enabled.
void Telepathy::enableDebug | ( | bool | enable | ) |
Enable or disable normal debug output from the library. If the library is not compiled with debug support enabled, this has no effect; no output is produced in any case.
The default is false
ie. no debug output.
enable | Whether debug output should be enabled or not. |
void Telepathy::enableWarnings | ( | bool | enable | ) |
Enable or disable warning output from the library. If the library is not compiled with debug support enabled, this has no effect; no output is produced in any case.
The default is true
ie. warning output enabled.
enable | Whether warnings should be enabled or not. |