OpenWalnut
1.4.0
|
A helper class for storing information about file streams that we added to the logger. More...
Public Attributes | |
std::string | m_filename |
The name of the log file. | |
boost::shared_ptr< std::ofstream > | m_fileStream |
The actual stream. | |
WLogStream::SharedPtr | m_WLogStream |
The logstream instance. |
A helper class for storing information about file streams that we added to the logger.
Definition at line 50 of file WLoggerWrapper.h.
std::string WLoggerWrapper::FileStreamEntry::m_filename |
The name of the log file.
Definition at line 53 of file WLoggerWrapper.h.
Referenced by WLoggerWrapper::addFileStream().
boost::shared_ptr< std::ofstream > WLoggerWrapper::FileStreamEntry::m_fileStream |
The actual stream.
Definition at line 56 of file WLoggerWrapper.h.
Referenced by WLoggerWrapper::addFileStream().
The logstream instance.
Definition at line 59 of file WLoggerWrapper.h.
Referenced by WLoggerWrapper::addFileStream().