The debugger. More...
Public Member Functions | |
| def | __init__ |
| Documentation for method. | |
| def | writetolog |
| Documentation for method. | |
The debugger.
This class makes you able to debug your controller program while it is running. You can wite data to the file defined in constructor with the help of writetolog method.
Short description: Debugger class
| def cpphlib.PPDEBUG.__init__ | ( | self, | |
| Logname, | |||
| Timewrite | |||
| ) |
Documentation for method.
| Logname | The name of the log with path |
| Timewrite | If it's value is True, then the line of the logentry starts with timestamp, if the value is False, it does not write timestamp. Short description: Constructs PPDEBUG class |
| def cpphlib.PPDEBUG.writetolog | ( | self, | |
| Text | |||
| ) |
Documentation for method.
| Text | The text to dislplay Short description: It writes debug text into the log file |
1.7.6.1