MCPcopy Create free account
hub / github.com/ImageEngine/cortex / debug

Function debug

python/IECore/Log.py:137–140  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

135# Any string or object. They are converted to string and separated by space.
136## \ingroup python
137def debug(*args):
138
139 stdStr = " ".join(map(str, args))
140 IECore.Msg.output(IECore.Msg.Level.Debug, __getCallContext( withLineNumber = True ), stdStr )
141
142# Sends warning messages to the current message handler.
143# Parameters:

Callers

nothing calls this directly

Calls 3

__getCallContextFunction · 0.85
joinMethod · 0.80
outputMethod · 0.80

Tested by

no test coverage detected