ATLAS Offline Software
Loading...
Searching...
No Matches
AthCommonMsg< PBASE > Class Template Reference

#include <AthCommonMsg.h>

Inheritance diagram for AthCommonMsg< PBASE >:
Collaboration diagram for AthCommonMsg< PBASE >:

Public Member Functions

MsgStream & msg () const
MsgStream & msg (const MSG::Level lvl) const
bool msgLvl (const MSG::Level lvl) const

Detailed Description

template<class PBASE>
class AthCommonMsg< PBASE >

Definition at line 19 of file AthCommonMsg.h.

Member Function Documentation

◆ msg() [1/2]

template<class PBASE>
MsgStream & AthCommonMsg< PBASE >::msg ( ) const
inline

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msg() [2/2]

template<class PBASE>
MsgStream & AthCommonMsg< PBASE >::msg ( const MSG::Level lvl) const
inline

Definition at line 27 of file AthCommonMsg.h.

27 {
28 return this->msgStream(lvl);
29 }

◆ msgLvl()

template<class PBASE>
bool AthCommonMsg< PBASE >::msgLvl ( const MSG::Level lvl) const
inline

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

The documentation for this class was generated from the following file: