#include <TracyMessageHandler.h>
Send the message to the Tracy profiler. More...
Send the message to the Tracy profiler.
Public Member Functions | |
TracyMessageHandler (MessageFormatter *formatter=nullptr) | |
void | process (Message &m) override |
void | setMessageFormatter (MessageFormatter *formatter) |
sofa::helper::logging::TracyMessageHandler::TracyMessageHandler | ( | MessageFormatter * | formatter = nullptr | ) |
Create a new ConsoleMessageHandler. By default the handler is using the DefaultStyleMessageFormatter object to format the message.
|
overridevirtual |
Implements sofa::helper::logging::MessageHandler.
void sofa::helper::logging::TracyMessageHandler::setMessageFormatter | ( | MessageFormatter * | formatter | ) |