![]() |
AmpGen 2.1
|
Macros | |
#define | DEBUG(X) |
Used for printing verbose debugging messages, only if DEBUGLEVEL is defined. | |
#define | INFO(X) |
Used for printing information messages, and will always be printed. | |
#define | ERROR(X) |
Used for printing errors messages, and will always be printed. | |
#define | FATAL(X) |
Used for printing fatal errors messages, and will always be printed and will terminate the process afterwards. | |
#define | WARNING(X) |
Used for printing warning messages, can be switched off using WARNINGLEVEL. | |
#define DEBUG | ( | X | ) |
Definition at line 66 of file MsgService.h.
#define ERROR | ( | X | ) |
Definition at line 80 of file MsgService.h.
#define FATAL | ( | X | ) |
Definition at line 87 of file MsgService.h.
#define INFO | ( | X | ) |
Definition at line 75 of file MsgService.h.
#define WARNING | ( | X | ) |
These messages are often harmless, but sometimes not!
Definition at line 97 of file MsgService.h.