#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 |
◆ ~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.
56 if(isActive()) m_stream <<
arg;
◆ operator<<() [2/2]
◆ 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: