Go to the documentation of this file.00001 #ifndef FWCore_MessageService_ELcontextSupplier_h
00002 #define FWCore_MessageService_ELcontextSupplier_h
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #include "FWCore/MessageLogger/interface/ELstring.h"
00029 #include "FWCore/MessageLogger/interface/ErrorObj.h"
00030
00031 namespace edm {
00032 namespace service {
00033
00034
00035
00036
00037
00038 class ELcontextSupplier {
00039
00040 public:
00041 virtual ELcontextSupplier * clone() const = 0;
00042 virtual ELstring context() const = 0;
00043 virtual ELstring summaryContext() const = 0;
00044 virtual ELstring fullContext() const = 0;
00045
00046 virtual void editErrorObj( edm::ErrorObj & ) const { }
00047 virtual edm::ELstring traceRoutine( ) const { return edm::ELstring(""); }
00048
00049 virtual ~ELcontextSupplier() { ; }
00050
00051 };
00052
00053
00054
00055
00056
00057 }
00058 }
00059
00060
00061 #endif // FWCore_MessageService_ELcontextSupplier_h