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

Method output

src/IECore/MessageHandler.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52///////////////////////////////////////////////////////////////////////////////////////
53
54void MessageHandler::output( Level level, const std::string &context, const std::string &message )
55{
56 currentHandler()->handle( level, context, message );
57}
58
59void MessageHandler::output( Level level, const std::string &context, const boost::format &message )
60{

Callers 10

showCallStackFunction · 0.80
debugExceptionFunction · 0.80
debugFunction · 0.80
warningFunction · 0.80
infoFunction · 0.80
errorFunction · 0.80
testOutputMethod · 0.80
testSubclassingMethod · 0.80
testContextManagerMethod · 0.80

Calls 1

handleMethod · 0.45

Tested by

no test coverage detected