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