ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
pool::DbPrint Class Reference

#include <DbPrint.h>

Inheritance diagram for pool::DbPrint:
Collaboration diagram for pool::DbPrint:

Public Member Functions

 DbPrint (const std::string &name)
 

Static Public Member Functions

static MsgStream & endmsg (MsgStream &s)
 

Detailed Description

Definition at line 36 of file DbPrint.h.

Constructor & Destructor Documentation

◆ DbPrint()

pool::DbPrint::DbPrint ( const std::string &  name)
inline

Definition at line 39 of file DbPrint.h.

40  : MsgStream( Gaudi::svcLocator()->service<IMessageSvc>( "MessageSvc" ).get(), name )
41  {
42  if( DbPrintLvl::outputLvl != DbPrintLvl::None ) {
44  }
45  }

Member Function Documentation

◆ endmsg()

static MsgStream& pool::DbPrint::endmsg ( MsgStream &  s)
inlinestatic

Definition at line 47 of file DbPrint.h.

47 { return ::endmsg(s); }

The documentation for this class was generated from the following file:
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
pool::DbPrintLvl::outputLvl
std::atomic< MsgLevel > outputLvl
pool::DbPrintLvl::setLevel
void setLevel(MsgLevel l)
Definition: DbPrint.h:32
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
get
T * get(TKey *tobj)
get a TObject* from a TKey* (why can't a TObject be a TKey?)
Definition: hcg.cxx:127