DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
macro.hpp File Reference
Include dependency graph for macro.hpp:
This graph shows which files directly or indirectly include this file:

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)

Macro Definition Documentation

◆ ERS_DECLARE_ISSUE

#define ERS_DECLARE_ISSUE ( namespace_name,
class_name,
message_,
attributes )
Value:

Definition at line 65 of file macro.hpp.

◆ ERS_DECLARE_ISSUE_BASE

#define ERS_DECLARE_ISSUE_BASE ( namespace_name,
class_name,
base_class_name,
message_,
base_attributes,
attributes )
Value:

Definition at line 45 of file macro.hpp.

◆ TLOG

#define TLOG ( ...)
Value:

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.

◆ TRACE_LOG_FUNCTION

#define TRACE_LOG_FUNCTION   erstrace_user

Definition at line 8 of file macro.hpp.