(self, s)
| 81 | self._logger.info(s.rstrip()) |
| 82 | |
| 83 | def DisplayErrorText(self, s): |
| 84 | self._logger.error(s.rstrip()) |
| 85 | |
| 86 | def DisplayWarningText(self, s): |
| 87 | self._logger.warning(s.rstrip()) |
nothing calls this directly
no outgoing calls
no test coverage detected