Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
downloadFileIntoCache
Method · 0.95
downloadFromSource
Method · 0.95
reportHook
Method · 0.95
downloadFile
Method · 0.95
loadNode
Method · 0.95
Calls
1
log
Method · 0.45
Tested by
no test coverage detected