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