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

Method DisplayGenericOutputText

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected