Helper for emitting error messages. More...
#include "AthenaKernel/errorcheck.h"
#include "GaudiKernel/System.h"
Go to the source code of this file.
Defines | |
#define | ATHCONTAINERS_ERROR(ctx, msg) errorcheck::ReportMessage(MSG::ERROR, ERRORCHECK_ARGS, ctx).msgstream() << msg |
Helper for emitting error messages.
ATHCONTAINER_ERROR
, which emits an error through the message service if we're built for Athena and prints it directly if we're built standalone.We also define AthContainers_detail::typeinfoName
.