Go to the source code of this file.
◆ ERS_DECLARE_ISSUE
| #define ERS_DECLARE_ISSUE |
( |
| namespace_name, |
|
|
| class_name, |
|
|
| message_, |
|
|
| attributes ) |
◆ ERS_DECLARE_ISSUE_BASE
| #define ERS_DECLARE_ISSUE_BASE |
( |
| namespace_name, |
|
|
| class_name, |
|
|
| base_class_name, |
|
|
| message_, |
|
|
| base_attributes, |
|
|
| attributes ) |
◆ 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