ATLAS Offline Software
Typedefs | Enumerations
ZDCMsg Namespace Reference

Typedefs

typedef std::function< bool(int, std::string)> MessageFunction
 
typedef std::shared_ptr< MessageFunctionMessageFunctionPtr
 

Enumerations

enum  MSGLevels {
  Verbose = 1, Debug, Info, Warn,
  Error, Fatal
}
 

Typedef Documentation

◆ MessageFunction

typedef std::function<bool(int, std::string)> ZDCMsg::MessageFunction

Definition at line 12 of file ZDCMsg.h.

◆ MessageFunctionPtr

typedef std::shared_ptr<MessageFunction> ZDCMsg::MessageFunctionPtr

Definition at line 14 of file ZDCMsg.h.

Enumeration Type Documentation

◆ MSGLevels

Enumerator
Verbose 
Debug 
Info 
Warn 
Error 
Fatal 

Definition at line 16 of file ZDCMsg.h.

16  {
17 
18  Verbose = 1,
19  Debug,
20  Info,
21  Warn,
22  Error,
23  Fatal
24  };
ZDCMsg::Warn
@ Warn
Definition: ZDCMsg.h:21
ZDCMsg::Info
@ Info
Definition: ZDCMsg.h:20
ZDCMsg::Verbose
@ Verbose
Definition: ZDCMsg.h:18
ZDCMsg::Error
@ Error
Definition: ZDCMsg.h:22
ZDCMsg::Debug
@ Debug
Definition: ZDCMsg.h:19
ZDCMsg::Fatal
@ Fatal
Definition: ZDCMsg.h:23