|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Go to the source code of this file.
Macros | |
| #define | TRACE_LOG_FUNCTION erstrace_user |
| #define | TLOG(...) |
| #define | ERS_DECLARE_ISSUE_BASE( namespace_name, class_name, base_class_name, message_, base_attributes, attributes) |
| #define | ERS_DECLARE_ISSUE( namespace_name, class_name, message_, attributes) |
| #define ERS_DECLARE_ISSUE | ( | namespace_name, | |
| class_name, | |||
| message_, | |||
| attributes ) |
Definition at line 65 of file macro.hpp.
| #define ERS_DECLARE_ISSUE_BASE | ( | namespace_name, | |
| class_name, | |||
| base_class_name, | |||
| message_, | |||
| base_attributes, | |||
| attributes ) |
Definition at line 45 of file macro.hpp.
| #define TLOG | ( | ... | ) |
6 logging "streams" are defined: fatal, error, warning, info, log and debug. The first 4 are accessed via the ers:: methods with a TRACE destination added. THe last 2 are accessed via TRACE macros with an ers:: user method configured.
Definition at line 22 of file macro.hpp.
| #define TRACE_LOG_FUNCTION erstrace_user |