#include <MessageLogger.h>
Public Member Functions | |
LogImportant (std::string const &id) | |
LogImportant & | operator<< (std::ios_base &(*f)(std::ios_base &)) |
LogImportant & | operator<< (std::ostream &(*f)(std::ostream &)) |
template<class T > | |
LogImportant & | operator<< (T const &t) |
~LogImportant () | |
Private Member Functions | |
LogImportant (LogImportant const &) | |
LogImportant & | operator= (LogImportant const &) |
Private Attributes | |
MessageSender | ap |
Definition at line 321 of file MessageLogger.h.
edm::LogImportant::LogImportant | ( | std::string const & | id | ) | [inline, explicit] |
Definition at line 324 of file MessageLogger.h.
: ap ( ELerror,id,true,!MessageDrop::instance()->errorEnabled ) // Change log 24 { }
edm::LogImportant::~LogImportant | ( | ) |
Definition at line 62 of file MessageLogger.cc.
{}
edm::LogImportant::LogImportant | ( | LogImportant const & | ) | [private] |
LogImportant& edm::LogImportant::operator<< | ( | T const & | t | ) | [inline] |
Definition at line 331 of file MessageLogger.h.
References ap, and edm::MessageSender::valid().
LogImportant& edm::LogImportant::operator<< | ( | std::ostream &(*)(std::ostream &) | f | ) | [inline] |
Definition at line 333 of file MessageLogger.h.
References ap, f, and edm::MessageSender::valid().
LogImportant& edm::LogImportant::operator<< | ( | std::ios_base &(*)(std::ios_base &) | f | ) | [inline] |
Definition at line 336 of file MessageLogger.h.
References ap, f, and edm::MessageSender::valid().
LogImportant& edm::LogImportant::operator= | ( | LogImportant const & | ) | [private] |
MessageSender edm::LogImportant::ap [private] |
Definition at line 340 of file MessageLogger.h.
Referenced by operator<<().