MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / DisplayErrorText

Method DisplayErrorText

Examples/Logging/Logging.py:83–84  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

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())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected