CMS 3D CMS Logo

Public Member Functions | Private Member Functions | Private Attributes

edm::LogImportant Class Reference

#include <MessageLogger.h>

List of all members.

Public Member Functions

 LogImportant (std::string const &id)
LogImportantoperator<< (std::ios_base &(*f)(std::ios_base &))
LogImportantoperator<< (std::ostream &(*f)(std::ostream &))
template<class T >
LogImportantoperator<< (T const &t)
 ~LogImportant ()

Private Member Functions

 LogImportant (LogImportant const &)

Private Attributes

std::auto_ptr< MessageSenderap

Detailed Description

Definition at line 319 of file MessageLogger.h.


Constructor & Destructor Documentation

edm::LogImportant::LogImportant ( std::string const &  id) [inline, explicit]

Definition at line 322 of file MessageLogger.h.

    : ap ( (edm::MessageDrop::instance()->errorEnabled) ?       // Change log 24
           new MessageSender(ELerror,id,true) : 0 )
  { }
edm::LogImportant::~LogImportant ( )

Definition at line 62 of file MessageLogger.cc.

{}
edm::LogImportant::LogImportant ( LogImportant const &  ) [private]

Member Function Documentation

template<class T >
LogImportant& edm::LogImportant::operator<< ( T const &  t) [inline]

Definition at line 330 of file MessageLogger.h.

References matplotRender::t.

{ (*ap) << t; return *this; }
LogImportant& edm::LogImportant::operator<< ( std::ios_base &(*)(std::ios_base &)  f) [inline]

Definition at line 335 of file MessageLogger.h.

References f.

                                      { (*ap) << f; return *this; }     
LogImportant& edm::LogImportant::operator<< ( std::ostream &(*)(std::ostream &)  f) [inline]

Definition at line 332 of file MessageLogger.h.

References f.

                                      { (*ap) << f; return *this; }

Member Data Documentation

std::auto_ptr<MessageSender> edm::LogImportant::ap [private]

Definition at line 339 of file MessageLogger.h.