|
iceoryx2
C++ Language Bindings
|
#include "iox2/legacy/logging.hpp"Go to the source code of this file.
Macros | |
| #define | IOX2_ERROR_INTERNAL_LOG(location, msg_stream) |
| Log the location of an error. | |
| #define | IOX2_ERROR_INTERNAL_LOG_FATAL(location, msg_stream) |
| Log the location of a fatal error. | |
| #define | IOX2_ERROR_INTERNAL_LOG_PANIC(location, msg_stream) IOX2_ERROR_INTERNAL_LOG_FATAL(location, msg_stream) |
| Log a panic invocation. | |
| #define IOX2_ERROR_INTERNAL_LOG | ( | location, | |
| msg_stream | |||
| ) |
Log the location of an error.
| location | the location of the error |
| msg_stream | is the log message stream; multiple items can be logged by using the '<<' operator |
Definition at line 25 of file error_logging.hpp.
| #define IOX2_ERROR_INTERNAL_LOG_FATAL | ( | location, | |
| msg_stream | |||
| ) |
Log the location of a fatal error.
| location | the location of the error |
| msg_stream | is the log message stream; multiple items can be logged by using the '<<' operator |
Definition at line 33 of file error_logging.hpp.
| #define IOX2_ERROR_INTERNAL_LOG_PANIC | ( | location, | |
| msg_stream | |||
| ) | IOX2_ERROR_INTERNAL_LOG_FATAL(location, msg_stream) |
Log a panic invocation.
| location | the location of the panic invocation. |
| msg_stream | is the log message stream; multiple items can be logged by using the '<<' operator |
Definition at line 41 of file error_logging.hpp.