|
OpenRTM-aist 2.1.0
|
#include <LogstreamFile.h>


Public Member Functions | |
| LogstreamFile () | |
| Constructor. | |
| ~LogstreamFile () override | |
| Destructor. | |
| bool | init (const coil::Properties &prop) override |
| Initializing configuration. | |
| coil::LogStreamBuffer * | getStreamBuffer () override |
| Returns a pointer to the basic_streambuf. | |
| Public Member Functions inherited from RTC::LogstreamBase | |
| virtual | ~LogstreamBase ()=default |
| Destructor. | |
Protected Attributes | |
| std::string | m_fileName |
| FileStreamBase * | m_stdout {nullptr} |
| FileStream * | m_fileout {nullptr} |
Static Protected Attributes | |
| static coil::vstring | s_files |
| RTC::LogstreamFile::LogstreamFile | ( | ) |
Constructor.
|
override |
Destructor.
|
overridevirtual |
Returns a pointer to the basic_streambuf.
This operation would returns a pointer to the basic_streambuf or its subclass that is kept in this class.
Implements RTC::LogstreamBase.
|
overridevirtual |
Initializing configuration.
This operation would be called to configure in initialization. In the concrete class, configuration should be performed getting appropriate information from the given Properties data.
| prop | Configuration information |
Implements RTC::LogstreamBase.
|
protected |
|
protected |
|
protected |
|
staticprotected |