19 #define ON_DEBUG if (UNLIKELY(outputLevel() <= MSG::DEBUG))
20 #define ON_VERBOSE if (UNLIKELY(outputLevel() <= MSG::VERBOSE))
26 const unsigned long count = (m_refCount) ? --m_refCount : m_refCount;
42 Gaudi::Guards::AuditorGuard guard(
this,
46 if ((
name() !=
"MessageSvc") &&
msgSvc().isValid())
54 fatal() <<
"in sysInitialize(): exception with tag=" << Exception.
tag()
60 fatal() <<
"in sysInitialize(): standard std::exception is caught" <<
endmsg;
65 fatal() <<
"in sysInitialize(): UNKNOWN Exception is caught" <<
endmsg;
88 Gaudi::Guards::AuditorGuard guard(
this,
98 fatal() <<
"in sysStart(): exception with tag=" << Exception.
tag()
104 fatal() <<
"in sysStart(): standard std::exception is caught" <<
endmsg;
109 fatal() <<
"in sysStart(): UNKNOWN Exception is caught" <<
endmsg;
122 Gaudi::Guards::AuditorGuard guard(
this,
132 fatal() <<
"in sysStop(): exception with tag=" << Exception.
tag()
133 <<
" is caught" <<
endmsg;
138 fatal() <<
"in sysStop(): standard std::exception is caught" <<
endmsg;
143 fatal() <<
"in sysStop(): UNKNOWN Exception is caught" <<
endmsg;
170 Gaudi::Guards::AuditorGuard guard(
this,
179 fatal() <<
" Exception with tag=" << Exception.
tag()
180 <<
" is caught " <<
endmsg;
185 fatal() <<
" Standard std::exception is caught " <<
endmsg;
190 fatal() <<
"UNKNOWN Exception is caught " <<
endmsg;
214 <<
"sysReinitialize(): cannot reinitialize service not initialized"
221 Gaudi::Guards::AuditorGuard guard(
this,
230 fatal() <<
" Exception with tag=" << Exception.
tag()
231 <<
" is caught " <<
endmsg;
237 fatal() <<
" Standard std::exception is caught " <<
endmsg;
243 fatal() <<
"UNKNOWN Exception is caught " <<
endmsg;
259 <<
"sysRestart(): cannot restart service in state " <<
FSMState()
260 <<
" -- must be RUNNING "
267 Gaudi::Guards::AuditorGuard guard(
this,
275 fatal() <<
" Exception with tag=" << Exception.
tag()
276 <<
" is caught " <<
endmsg;
281 fatal() <<
" Standard std::exception is caught " <<
endmsg;
286 fatal() <<
"UNKNOWN Exception is caught " <<
endmsg;
319 error() <<
"restart(): cannot be stopped" <<
endmsg;
324 error() <<
"restart(): cannot be started" <<
endmsg;
372 const bool CREATEIF(
true);
383 if (jos->setMyProperties(
name(),
this ).isFailure()) {
401 if ( (name !=
"MessageSvc") &&
msgSvc().isValid() ) {
414 const Property& prop = appMgr->getProperty(
"AuditServices");
415 if (
m_name !=
"IncidentSvc") {
433 if ( (
name() !=
"MessageSvc") &&
msgSvc().isValid() ) {