iMSTK
Interactive Medical Simulation Toolkit
|
#include <imstkLoggerSynchronous.h>
Public Member Functions | |
bool | writeMessage (const std::string &message) override |
bool | hasMessages () const |
std::string | popLastMessage () |
Class to output logging information to a stream that can be passed into the constructor of the class
Definition at line 117 of file imstkLoggerSynchronous.h.
|
overridevirtual |
Writes a message to the stream.
message | Message to be written to the stream |
Implements imstk::LogOutput.
Definition at line 49 of file imstkLoggerSynchronous.cpp.