39 , sender ( snd.
clone() )
42 #ifdef ELcollectedCONSTRUCTOR_TRACE
43 std::cout <<
"Constructor for ELcollected(ELsender)\n";
53 , sender ( orig.sender->
clone() )
56 #ifdef ELcollectedCONSTRUCTOR_TRACE
57 std::cout <<
"Copy constructor for ELcollected\n";
70 #ifdef ELcollectedCONSTRUCTOR_TRACE
71 std::cout <<
"Destructor for ELcollected)\n";
115 std::ostringstream ost;
128 #ifdef ELcollected_EMIT_TRACE
129 std::cout <<
"[][][] in emit: s.length() " << s.length() <<
"\n";
135 if (s.length() == 0) {
146 #ifdef ELcollected_EMIT_TRACE
147 std::cout <<
"[][][] in emit: about to << s to buf: " << s <<
" \n";
163 #ifdef ELcollected_EMIT_TRACE
164 std::cout <<
"[][][] in emit: completed \n";
177 #ifdef ELcollectedTRACE_LOG
178 std::cout <<
" =:=:=: Log to an ELcollected \n";
190 #ifdef ELcollectedTRACE_LOG
191 std::cout <<
" =:=:=: Limits table work done \n";
200 #ifdef ELcollectedTRACE_LOG
209 getContextSupplier().summaryContext());
211 getContextSupplier().context());
213 getContextSupplier().fullContext());
215 #ifdef ELcollectedTRACE_LOG
226 ELlist_string::const_iterator it;
227 for ( it = msg.
items().begin(); it != msg.
items().end(); ++it ) {
228 #ifdef ELcollectedTRACE_LOG
229 std::cout <<
" =:=:=: Item: " << *it <<
"\n";
251 #ifdef ELcollectedTRACE_LOG
252 std::cout <<
" =:=:=: Trace routine done: \n";
260 int nbuf =
buf.length();
264 #ifdef ELcollectedTRACE_LOG
265 std::cout <<
" =:=:=: log(msg) done: \n";
ELseverityLevel traceThreshold
boost::shared_ptr< ELsender > sender
virtual ELcollected * clone() const
virtual bool thisShouldBeIgnored(const ELstring &s) const
void emitToken(const ELstring &s, bool nl=false)
ELseverityLevel threshold
void intoBuf(const ELstring &s)
const ELextendedID & xid() const
bool add(const ELextendedID &xid)
void emitXid(const ELextendedID &xid)
ELset_string respondToThese
virtual bool log(const edm::ErrorObj &msg)
const ELlist_string & items() const
static ELadministrator * instance()
bool respondToMostModules
ELcollected(const ELsender &sender)