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

Method logMessage

Modules/Scripted/SampleData/SampleData.py:1057–1058  ·  view source on GitHub ↗
(self, message, logLevel=logging.DEBUG)

Source from the content-addressed store, hash-verified

1055 return nodes
1056
1057 def logMessage(self, message, logLevel=logging.DEBUG):
1058 logging.log(logLevel, message)
1059
1060 """Utility methods for backwards compatibility"""
1061

Callers 5

downloadFileIntoCacheMethod · 0.95
downloadFromSourceMethod · 0.95
reportHookMethod · 0.95
downloadFileMethod · 0.95
loadNodeMethod · 0.95

Calls 1

logMethod · 0.45

Tested by

no test coverage detected