opensurgsim
Public Member Functions | List of all members
SurgSim::Framework::FileOutput Class Reference

Class to output logging information to a give file. More...

#include <LogOutput.h>

Inheritance diagram for SurgSim::Framework::FileOutput:
SurgSim::Framework::LogOutput

Public Member Functions

 FileOutput (const std::string &filename)
 Constructor. More...
 
bool writeMessage (const std::string &message) override
 

Detailed Description

Class to output logging information to a give file.

Constructor & Destructor Documentation

§ FileOutput()

SurgSim::Framework::FileOutput::FileOutput ( const std::string &  filename)
explicit

Constructor.

Parameters
filenameThe filename to be used for writing

Member Function Documentation

§ writeMessage()

bool SurgSim::Framework::FileOutput::writeMessage ( const std::string &  message)
overridevirtual
Parameters
messageto be written out
Returns
true on success

Implements SurgSim::Framework::LogOutput.


The documentation for this class was generated from the following files: