MCPcopy Create free account
hub / github.com/Slicer/Slicer / addLog

Method addLog

Modules/Scripted/ScreenCapture/ScreenCapture.py:855–858  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

853 self.cancelRequested = True
854
855 def addLog(self, text):
856 logging.info(text)
857 if self.logCallback:
858 self.logCallback(text)
859
860 def showViewControllers(self, show):
861 slicer.util.setViewControllersVisible(show)

Callers 7

captureSliceSweepMethod · 0.95
captureSliceFadeMethod · 0.95
capture3dViewRotationMethod · 0.95
captureSequenceMethod · 0.95
createLightboxImageMethod · 0.95
createVideoMethod · 0.95
onCaptureButtonMethod · 0.45

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected