(self, s)
| 90 | self._logger.info(s.rstrip()) |
| 91 | |
| 92 | def DisplayDebugText(self, s): |
| 93 | self._logger.debug(s.rstrip()) |
| 94 | |
| 95 | |
| 96 | # Enable all debug messages for all ProcessObjects, and procedures |
nothing calls this directly
no outgoing calls
no test coverage detected