13#ifndef ATHENABASECOMPS_ATHCOMMONMSG_H
14#define ATHENABASECOMPS_ATHCOMMONMSG_H
16#include "GaudiKernel/MsgStream.h"
24 inline MsgStream&
msg()
const {
25 return this->msgStream();
27 inline MsgStream&
msg(
const MSG::Level lvl)
const {
28 return this->msgStream(lvl);
30 inline bool msgLvl(
const MSG::Level lvl)
const {
31 return this->msgLevel(lvl);
MsgStream & msg(const MSG::Level lvl) const
bool msgLvl(const MSG::Level lvl) const