#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 &) | |
LogPrint & | operator= (LogPrint const &) |
Private Attributes | |
MessageSender | ap |
Definition at line 267 of file MessageLogger.h.
edm::LogPrint::LogPrint | ( | std::string const & | id | ) | [inline, explicit] |
Definition at line 270 of file MessageLogger.h.
: ap ( ELwarning,id,true,(MessageDrop::warningAlwaysSuppressed || !MessageDrop::instance()->warningEnabled)) // Change log 21 { }
edm::LogPrint::~LogPrint | ( | ) |
Definition at line 60 of file MessageLogger.cc.
{}
edm::LogPrint::LogPrint | ( | LogPrint const & | ) | [private] |
Definition at line 277 of file MessageLogger.h.
References ap, and edm::MessageSender::valid().
LogPrint& edm::LogPrint::operator<< | ( | std::ostream &(*)(std::ostream &) | f | ) | [inline] |
Definition at line 280 of file MessageLogger.h.
References ap, f, and edm::MessageSender::valid().
LogPrint& edm::LogPrint::operator<< | ( | std::ios_base &(*)(std::ios_base &) | f | ) | [inline] |
Definition at line 283 of file MessageLogger.h.
References ap, f, and edm::MessageSender::valid().
MessageSender edm::LogPrint::ap [private] |
Definition at line 287 of file MessageLogger.h.
Referenced by operator<<().