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

Method DisplayDebugText

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected