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

Method msg

src/IECore/MessageHandler.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170///////////////////////////////////////////////////////////////////////////////////////
171
172void IECore::msg( MessageHandler::Level level, const std::string &context, const std::string &message )
173{
174 MessageHandler::output( level, context, message );
175}
176
177void IECore::msg( MessageHandler::Level level, const std::string &context, const boost::format &message )
178{

Callers 11

setLogLevelFunction · 0.80
loadConfigFunction · 0.80
_applyHierarchyMethod · 0.80
_applyParameterMethod · 0.80
_applyClassParameterMethod · 0.80
_applyClassVectorMethod · 0.80
testOutputMethod · 0.80
fMethod · 0.80
testExceptionHandlingMethod · 0.80
testMethod · 0.80
messages.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected