#include <LogFileMsgStream.h>
Definition at line 24 of file LogFileMsgStream.h.
◆ LogFileMsgStream() [1/2]
| LogFileMsgStream::LogFileMsgStream |
( |
IMessageSvc * | svc, |
|
|
const std::string & | source, |
|
|
const std::string & | filename, |
|
|
bool | startlogging ) |
|
inline |
Definition at line 27 of file LogFileMsgStream.h.
30 :
32 {
33 if(startlogging)
35 std::ofstream::out | std::ofstream::app);
36 };
std::string m_FormatString
◆ ~LogFileMsgStream()
| LogFileMsgStream::~LogFileMsgStream |
( |
| ) |
|
|
inline |
◆ LogFileMsgStream() [2/2]
| LogFileMsgStream::LogFileMsgStream |
( |
| ) |
|
|
private |
◆ doOutput()
| MsgStream & LogFileMsgStream::doOutput |
( |
| ) |
|
|
inline |
◆ operator<<() [1/2]
template<class T>
| MsgStream & LogFileMsgStream::operator<< |
( |
const T & | arg | ) |
|
|
inline |
General templated stream operator.
Definition at line 55 of file LogFileMsgStream.h.
55 {
56 if(isActive()) m_stream <<
arg;
57 return *this;
58 }
◆ operator<<() [2/2]
Accept MsgStream activation using MsgStreamer operator.
Definition at line 46 of file LogFileMsgStream.h.
46 {
48 }
LogFileMsgStream(IMessageSvc *svc, const std::string &source, const std::string &filename, bool startlogging)
◆ setFormat()
| void LogFileMsgStream::setFormat |
( |
const std::string & | str | ) |
|
|
inline |
◆ m_FormatString
| std::string LogFileMsgStream::m_FormatString |
|
private |
◆ m_logfile
| std::ofstream LogFileMsgStream::m_logfile |
|
private |
The documentation for this class was generated from the following file: