#include <MessageLogger.h>
Definition at line 132 of file MessageLogger.h.
edm::LogWarning::LogWarning |
( |
std::string const & |
id | ) |
|
|
inlineexplicit |
Definition at line 135 of file MessageLogger.h.
static MessageDrop * instance()
ELslProxy< ELwarningGen > const ELwarning
static bool warningAlwaysSuppressed
std::auto_ptr< MessageSender > ap
edm::LogWarning::~LogWarning |
( |
| ) |
|
edm::LogWarning::LogWarning |
( |
LogWarning const & |
| ) |
|
|
private |
template<class T >
LogWarning& edm::LogWarning::operator<< |
( |
T const & |
t | ) |
|
|
inline |
LogWarning& edm::LogWarning::operator<< |
( |
std::ostream &(*)(std::ostream &) |
f | ) |
|
|
inline |
Definition at line 146 of file MessageLogger.h.
References ap, and f.
147 {
if(
ap.get()) (*
ap) <<
f;
return *
this; }
std::auto_ptr< MessageSender > ap
LogWarning& edm::LogWarning::operator<< |
( |
std::ios_base &(*)(std::ios_base &) |
f | ) |
|
|
inline |
Definition at line 149 of file MessageLogger.h.
References ap, and f.
150 {
if(
ap.get()) (*
ap) <<
f;
return *
this; }
std::auto_ptr< MessageSender > ap