|
Class to output logging information to a give file. More...
#include <SurgSim/Framework/LogOutput.h>
Public Member Functions | |
| FileOutput (const std::string &filename) | |
| Constructor. More... | |
| bool | writeMessage (const std::string &message) override |
Public Member Functions inherited from SurgSim::Framework::LogOutput | |
| LogOutput () | |
| virtual | ~LogOutput () |
Private Attributes | |
| std::string | m_filename |
| std::ofstream | m_stream |
| boost::mutex | m_mutex |
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.
|
private |
|
private |
|
private |
1.8.17