Derive from this class to implement your own way of reporting logged messages.
More...
|
virtual void | sinkImpl (const std::string &msg)=0 |
| This function is invoked whenever a message is logged at the desired Log::Level. More...
|
|
virtual void | flushImpl () |
|
Derive from this class to implement your own way of reporting logged messages.
◆ ~LogSink()
virtual OpenSim::LogSink::~LogSink |
( |
| ) |
|
|
virtualdefault |
◆ flushImpl()
virtual void OpenSim::LogSink::flushImpl |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ sinkImpl()
virtual void OpenSim::LogSink::sinkImpl |
( |
const std::string & |
msg | ) |
|
|
protectedpure virtual |
This function is invoked whenever a message is logged at the desired Log::Level.
Implemented in OpenSim::StringLogSink.
The documentation for this class was generated from the following file: