ATLAS Offline Software
|
Helper for emitting error messages. More...
Go to the source code of this file.
Namespaces | |
AthContainers_detail | |
Macros | |
#define | ATHCONTAINERS_ERROR(ctx, msg) errorcheck::ReportMessage(MSG::ERROR, __LINE__, __FILE__, "", ATLAS_PACKAGE_NAME, ctx).msgstream() << msg |
#define | ATHCONTAINERS_WARNING(ctx, msg) errorcheck::ReportMessage(MSG::WARNING, __LINE__, __FILE__, "", ATLAS_PACKAGE_NAME, ctx).msgstream() << msg |
Helper for emitting error messages.
ATHCONTAINER_ERROR
and ATHCONTAINER_WARNING
, which emit an diagnostics through the message service if we're built for Athena and print them directly if we're built standalone.We also define AthContainers_detail::typeinfoName
.
Definition in file error.h.
#define ATHCONTAINERS_ERROR | ( | ctx, | |
msg | |||
) | errorcheck::ReportMessage(MSG::ERROR, __LINE__, __FILE__, "", ATLAS_PACKAGE_NAME, ctx).msgstream() << msg |
#define ATHCONTAINERS_WARNING | ( | ctx, | |
msg | |||
) | errorcheck::ReportMessage(MSG::WARNING, __LINE__, __FILE__, "", ATLAS_PACKAGE_NAME, ctx).msgstream() << msg |