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