OpenWalnut  1.4.0
Public Attributes
WLoggerWrapper::FileStreamEntry Struct Reference

A helper class for storing information about file streams that we added to the logger. More...

List of all members.

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.

Detailed Description

A helper class for storing information about file streams that we added to the logger.

Definition at line 50 of file WLoggerWrapper.h.


Member Data Documentation

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().


The documentation for this struct was generated from the following file: