#include <FWCore/MessageLogger/interface/MessageLogger.h>
Public Member Functions | |
LogPrint (std::string const &id) | |
LogPrint & | operator<< (std::ios_base &(*f)(std::ios_base &)) |
LogPrint & | operator<< (std::ostream &(*f)(std::ostream &)) |
template<class T> | |
LogPrint & | operator<< (T const &t) |
Private Member Functions | |
LogPrint (LogPrint const &) | |
Private Attributes | |
std::auto_ptr< MessageSender > | ap |
Definition at line 199 of file MessageLogger.h.
edm::LogPrint::LogPrint | ( | std::string const & | id | ) | [inline, explicit] |
edm::LogPrint::LogPrint | ( | LogPrint const & | ) | [private] |
LogPrint& edm::LogPrint::operator<< | ( | std::ios_base &(*)(std::ios_base &) | f | ) | [inline] |
LogPrint& edm::LogPrint::operator<< | ( | std::ostream &(*)(std::ostream &) | f | ) | [inline] |
LogPrint& edm::LogPrint::operator<< | ( | T const & | t | ) | [inline] |
std::auto_ptr<MessageSender> edm::LogPrint::ap [private] |
Definition at line 217 of file MessageLogger.h.