#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.
Classes | |
class | edm::service::ErrorLog |
Namespaces | |
edm | |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
edm::service | |
Macros | |
#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) |
template<class T > | |
ErrorLog & | edm::service::operator<< (ErrorLog &e, const T &t) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, int n) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, long n) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, short n) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, unsigned int n) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, unsigned long n) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, unsigned short n) |
ErrorLog & | edm::service::operator<< (ErrorLog &e, const char s[]) |
#define ERRLOG | ( | sev, | |
id | |||
) | errlog( sev, id ) << __FILE__ <<":" << __LINE__ << " " |
Definition at line 160 of file ErrorLog.h.
#define ERRLOGTO | ( | logname, | |
sev, | |||
id | |||
) | logname( sev, id ) << __FILE__ <<":" << __LINE__ << " " |
Definition at line 163 of file ErrorLog.h.
#define ERRORLOG_ICC |
Definition at line 178 of file ErrorLog.h.