#include <MessageLogger.h>
Public Member Functions | |
LogImportant (std::string const &id) | |
template<class T > | |
LogImportant & | operator<< (T const &t) |
LogImportant & | operator<< (std::ostream &(*f)(std::ostream &)) |
LogImportant & | operator<< (std::ios_base &(*f)(std::ios_base &)) |
~LogImportant () | |
Private Member Functions | |
LogImportant (LogImportant const &) | |
LogImportant & | operator= (LogImportant const &) |
Private Attributes | |
MessageSender | ap |
Definition at line 321 of file MessageLogger.h.
|
inlineexplicit |
Definition at line 324 of file MessageLogger.h.
edm::LogImportant::~LogImportant | ( | ) |
Definition at line 62 of file MessageLogger.cc.
|
private |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
Definition at line 340 of file MessageLogger.h.
Referenced by operator<<().