opensurgsim
|
Class to output logging information to a give file. More...
#include <LogOutput.h>
Public Member Functions | |
FileOutput (const std::string &filename) | |
Constructor. More... | |
bool | writeMessage (const std::string &message) override |
Class to output logging information to a give file.
|
explicit |
Constructor.
filename | The filename to be used for writing |
|
overridevirtual |
message | to be written out |
Implements SurgSim::Framework::LogOutput.