#include <MessageLogger.h>
Definition at line 232 of file MessageLogger.h.
edm::LogVerbatim::LogVerbatim |
( |
std::string const & |
id | ) |
|
|
inlineexplicit |
Definition at line 235 of file MessageLogger.h.
238 new MessageSender(
ELinfo,
id,
true) : 0 )
static MessageDrop * instance()
std::auto_ptr< MessageSender > ap
ELslProxy< ELinfoGen > const ELinfo
static bool infoAlwaysSuppressed
edm::LogVerbatim::~LogVerbatim |
( |
| ) |
|
template<class T >
LogVerbatim& edm::LogVerbatim::operator<< |
( |
T const & |
t | ) |
|
|
inline |
LogVerbatim& edm::LogVerbatim::operator<< |
( |
std::ostream &(*)(std::ostream &) |
f | ) |
|
|
inline |
Definition at line 247 of file MessageLogger.h.
References ap, and f.
248 {
if(
ap.get()) (*
ap) <<
f;
return *
this; }
std::auto_ptr< MessageSender > ap
LogVerbatim& edm::LogVerbatim::operator<< |
( |
std::ios_base &(*)(std::ios_base &) |
f | ) |
|
|
inline |
Definition at line 250 of file MessageLogger.h.
References ap, and f.
251 {
if(
ap.get()) (*
ap) <<
f;
return *
this; }
std::auto_ptr< MessageSender > ap