|
iMSTK
Interactive Medical Simulation Toolkit
|
#include <imstkLoggerSynchronous.h>


Public Member Functions | |
| StreamOutput (std::ostream &ostream) | |
| bool | writeMessage (const std::string &message) override |
Class to output logging information to a stream that can be passed into the constructor of the class
Definition at line 96 of file imstkLoggerSynchronous.h.
|
explicit |
Constructor
| ostream | stream to be used for writing ostream parameter to be passed by non-const reference on purpose. |
Definition at line 21 of file imstkLoggerSynchronous.cpp.
|
overridevirtual |
Writes a message to the stream.
| message | Message to be written to the stream |
Implements imstk::LogOutput.
Definition at line 26 of file imstkLoggerSynchronous.cpp.

1.8.13