Class to output logging information to a give file.
More...
#include <SurgSim/Framework/LogOutput.h>
Class to output logging information to a give file.
SurgSim::Framework::FileOutput::FileOutput |
( |
const std::string & |
filename | ) |
|
|
explicit |
Constructor.
- Parameters
-
filename | The filename to be used for writing |
SurgSim::Framework::FileOutput::~FileOutput |
( |
| ) |
|
|
virtual |
bool SurgSim::Framework::FileOutput::writeMessage |
( |
const std::string & |
message | ) |
|
|
overridevirtual |
std::string SurgSim::Framework::FileOutput::m_filename |
|
private |
boost::mutex SurgSim::Framework::FileOutput::m_mutex |
|
private |
std::ofstream SurgSim::Framework::FileOutput::m_stream |
|
private |
The documentation for this class was generated from the following files: