ATLAS Offline Software
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
pool::DbPrintLvl Struct Reference

#include <DbPrint.h>

Collaboration diagram for pool::DbPrintLvl:

Public Types

typedef MSG::Level MsgLevel
 

Static Public Member Functions

static void setLevel (MsgLevel l)
 

Static Public Attributes

static const MsgLevel None = MsgLevel::NIL
 
static const MsgLevel Verbose = MsgLevel::VERBOSE
 
static const MsgLevel Debug = MsgLevel::DEBUG
 
static const MsgLevel Info = MsgLevel::INFO
 
static const MsgLevel Warning = MsgLevel::WARNING
 
static const MsgLevel Error = MsgLevel::ERROR
 
static const MsgLevel Fatal = MsgLevel::FATAL
 
static const MsgLevel Always = MsgLevel::ALWAYS
 
static std::atomic< MsgLeveloutputLvl
 

Detailed Description

Definition at line 19 of file DbPrint.h.

Member Typedef Documentation

◆ MsgLevel

typedef MSG::Level pool::DbPrintLvl::MsgLevel

Definition at line 20 of file DbPrint.h.

Member Function Documentation

◆ setLevel()

static void pool::DbPrintLvl::setLevel ( MsgLevel  l)
inlinestatic

Definition at line 31 of file DbPrint.h.

31 { outputLvl=l; }

Member Data Documentation

◆ Always

const MsgLevel pool::DbPrintLvl::Always = MsgLevel::ALWAYS
static

Definition at line 28 of file DbPrint.h.

◆ Debug

const MsgLevel pool::DbPrintLvl::Debug = MsgLevel::DEBUG
static

Definition at line 23 of file DbPrint.h.

◆ Error

const MsgLevel pool::DbPrintLvl::Error = MsgLevel::ERROR
static

Definition at line 26 of file DbPrint.h.

◆ Fatal

const MsgLevel pool::DbPrintLvl::Fatal = MsgLevel::FATAL
static

Definition at line 27 of file DbPrint.h.

◆ Info

const MsgLevel pool::DbPrintLvl::Info = MsgLevel::INFO
static

Definition at line 24 of file DbPrint.h.

◆ None

const MsgLevel pool::DbPrintLvl::None = MsgLevel::NIL
static

Definition at line 21 of file DbPrint.h.

◆ outputLvl

std::atomic<MsgLevel> pool::DbPrintLvl::outputLvl
static

Definition at line 30 of file DbPrint.h.

◆ Verbose

const MsgLevel pool::DbPrintLvl::Verbose = MsgLevel::VERBOSE
static

Definition at line 22 of file DbPrint.h.

◆ Warning

const MsgLevel pool::DbPrintLvl::Warning = MsgLevel::WARNING
static

Definition at line 25 of file DbPrint.h.


The documentation for this struct was generated from the following file:
UploadAMITag.l
list l
Definition: UploadAMITag.larcaf.py:157
pool::DbPrintLvl::outputLvl
static std::atomic< MsgLevel > outputLvl
Definition: DbPrint.h:30