(self, s)
| 87 | self._logger.warning(s.rstrip()) |
| 88 | |
| 89 | def DisplayGenericOutputText(self, s): |
| 90 | self._logger.info(s.rstrip()) |
| 91 | |
| 92 | def DisplayDebugText(self, s): |
| 93 | self._logger.debug(s.rstrip()) |
nothing calls this directly
no outgoing calls
no test coverage detected