#include <src/StreamLogger.h>
Definition at line 11 of file StreamLogger.h.
StreamLogger::StreamLogger |
( |
const std::string & |
file | ) |
|
Definition at line 10 of file StreamLogger.cpp.
15 throw std::invalid_argument(
"can't open file");
StreamLogger::StreamLogger |
( |
std::ostream & |
ost | ) |
|
Definition at line 26 of file StreamLogger.cpp.
29 if (ost == std::cerr) {
31 }
else if ( ost == std::cout) {
34 m_name =
"unknown ostream";
Definition at line 19 of file StreamLogger.cpp.
Definition of the MsgStream class used to transmit messages.
StreamLogger::~StreamLogger |
( |
| ) |
|
std::string StreamLogger::name |
( |
| ) |
const |
void StreamLogger::WriteToMsgSvc |
( |
const std::string & |
str | ) |
|
|
inline |
Definition at line 22 of file StreamLogger.h.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
void StreamLogger::WriteToStream |
( |
const std::string & |
str | ) |
|
|
inline |
bool StreamLogger::m_isMine |
|
private |
std::string StreamLogger::m_name |
|
private |
std::ostream* StreamLogger::p_ost |
|
private |
The documentation for this class was generated from the following files: