#include <MessageLogger.h>
Definition at line 264 of file MessageLogger.h.
edm::LogPrint::LogPrint |
( |
std::string const & |
id | ) |
|
|
inlineexplicit |
Definition at line 267 of file MessageLogger.h.
270 new MessageSender(
ELwarning,
id,
true) : 0 )
static MessageDrop * instance()
ELslProxy< ELwarningGen > const ELwarning
std::auto_ptr< MessageSender > ap
static bool warningAlwaysSuppressed
edm::LogPrint::~LogPrint |
( |
| ) |
|
edm::LogPrint::LogPrint |
( |
LogPrint const & |
| ) |
|
|
private |
template<class T >
LogPrint& edm::LogPrint::operator<< |
( |
T const & |
t | ) |
|
|
inline |
LogPrint& edm::LogPrint::operator<< |
( |
std::ostream &(*)(std::ostream &) |
f | ) |
|
|
inline |
Definition at line 279 of file MessageLogger.h.
References ap, and f.
280 {
if(
ap.get()) (*
ap) <<
f;
return *
this; }
std::auto_ptr< MessageSender > ap
LogPrint& edm::LogPrint::operator<< |
( |
std::ios_base &(*)(std::ios_base &) |
f | ) |
|
|
inline |
Definition at line 282 of file MessageLogger.h.
References ap, and f.
283 {
if(
ap.get()) (*
ap) <<
f;
return *
this; }
std::auto_ptr< MessageSender > ap