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