35 #ifndef IE_CORE_OSTREAMMESSAGEHANDLER_H
36 #define IE_CORE_OSTREAMMESSAGEHANDLER_H
38 #include "IECore/Export.h"
39 #include "IECore/MessageHandler.h"
46 class OStreamMessageHandler;
47 IE_CORE_DECLAREPTR( OStreamMessageHandler );
80 void handle( Level level,
const std::string &context,
const std::string &message )
override;
86 std::ostream *m_stream;
97 #endif // IE_CORE_OSTREAMMESSAGEHANDLER_H
Definition: OStreamMessageHandler.h:52
Definition: MessageHandler.h:58
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43