#include "FWCore/MessageLogger/interface/ELstring.h"
#include "FWCore/MessageLogger/interface/ELseverityLevel.h"
#include "FWCore/MessageLogger/interface/ErrorObj.h"
#include <sstream>
#include "FWCore/MessageService/interface/ErrorLog.icc"
Go to the source code of this file.
Namespaces | |
namespace | edm |
namespace | edm::service |
Classes | |
class | edm::service::ErrorLog |
Defines | |
#define | ERRLOG(sev, id) errlog( sev, id ) << __FILE__ <<":" << __LINE__ << " " |
#define | ERRLOGTO(logname, sev, id) logname( sev, id ) << __FILE__ <<":" << __LINE__ << " " |
#define | ERRORLOG_ICC |
Functions | |
void | edm::service::endmsg (ErrorLog &log) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, const char s[]) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, unsigned short n) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, unsigned long n) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, unsigned int n) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, short n) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, long n) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, int n) |
template<class T> | |
ErrorLog & | edm::service::operator<< (ErrorLog &e, const T &t) |
Definition at line 160 of file ErrorLog.h.
Definition at line 163 of file ErrorLog.h.
#define ERRORLOG_ICC |
Definition at line 178 of file ErrorLog.h.