#include <MessageLogger.h>
Public Member Functions | |
LogPrint (std::string const &id) | |
LogPrint & | operator<< (std::ios_base &(*f)(std::ios_base &)) |
LogPrint & | operator<< (std::ostream &(*f)(std::ostream &)) |
template<class T > | |
LogPrint & | operator<< (T const &t) |
~LogPrint () | |
Private Member Functions | |
LogPrint (LogPrint const &) | |
Private Attributes | |
std::auto_ptr< MessageSender > | ap |
Definition at line 260 of file MessageLogger.h.
edm::LogPrint::LogPrint | ( | std::string const & | id | ) | [inline, explicit] |
Definition at line 263 of file MessageLogger.h.
: ap ( (!MessageDrop::warningAlwaysSuppressed // Change log 21 && edm::MessageDrop::instance()->warningEnabled) ? new MessageSender(ELwarning,id,true) : 0 ) // true for verbatim { }
edm::LogPrint::~LogPrint | ( | ) |
Definition at line 57 of file MessageLogger.cc.
{}
edm::LogPrint::LogPrint | ( | LogPrint const & | ) | [private] |
LogPrint& edm::LogPrint::operator<< | ( | T const & | t | ) | [inline] |
Definition at line 272 of file MessageLogger.h.
References ap, and matplotRender::t.
LogPrint& edm::LogPrint::operator<< | ( | std::ios_base &(*)(std::ios_base &) | f | ) | [inline] |
LogPrint& edm::LogPrint::operator<< | ( | std::ostream &(*)(std::ostream &) | f | ) | [inline] |
std::auto_ptr<MessageSender> edm::LogPrint::ap [private] |
Definition at line 282 of file MessageLogger.h.
Referenced by operator<<().