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

Function error

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

Source from the content-addressed store, hash-verified

162# Any string or object. They are converted to string and separated by space.
163## \ingroup python
164def error(*args):
165
166 stdStr = " ".join(map(str, args))
167 IECore.Msg.output(IECore.Msg.Level.Error, __getCallContext(), stdStr )
168
169__all__ = [ "setLogLevelByName", "setLogLevel", "showCallStack",
170 "exceptionInfo", "debugException", "debug", "warning", "info", "error",

Callers

nothing calls this directly

Calls 3

__getCallContextFunction · 0.85
joinMethod · 0.80
outputMethod · 0.80

Tested by

no test coverage detected