#include <FWCore/MessageLogger/interface/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) |
Private Member Functions | |
LogImportant (LogImportant const &) | |
Private Attributes | |
std::auto_ptr< MessageSender > | ap |
Definition at line 248 of file MessageLogger.h.
edm::LogImportant::LogImportant | ( | std::string const & | id | ) | [inline, explicit] |
edm::LogImportant::LogImportant | ( | LogImportant const & | ) | [private] |
LogImportant& edm::LogImportant::operator<< | ( | std::ios_base &(*)(std::ios_base &) | f | ) | [inline] |
LogImportant& edm::LogImportant::operator<< | ( | std::ostream &(*)(std::ostream &) | f | ) | [inline] |
LogImportant& edm::LogImportant::operator<< | ( | T const & | t | ) | [inline] |
std::auto_ptr<MessageSender> edm::LogImportant::ap [private] |
Definition at line 266 of file MessageLogger.h.