Go to the source code of this file.
Namespaces | |
industrial | |
industrial::log_wrapper | |
Contains macro that wrap standard logging calls. Wrapping logging calls allows libraries to be used inside and outside the ROS framework. | |
Macros | |
#define | LOG_COMM(format, ...) |
#define | LOG_DEBUG(format, ...) |
#define | LOG_ERROR(format, ...) |
#define | LOG_FATAL(format, ...) |
#define | LOG_INFO(format, ...) |
#define | LOG_WARN(format, ...) |
#define LOG_COMM | ( | format, | |
... | |||
) |
Definition at line 104 of file log_wrapper.h.
#define LOG_DEBUG | ( | format, | |
... | |||
) |
Definition at line 105 of file log_wrapper.h.
#define LOG_ERROR | ( | format, | |
... | |||
) |
Definition at line 108 of file log_wrapper.h.
#define LOG_FATAL | ( | format, | |
... | |||
) |
Definition at line 109 of file log_wrapper.h.
#define LOG_INFO | ( | format, | |
... | |||
) |
Definition at line 106 of file log_wrapper.h.
#define LOG_WARN | ( | format, | |
... | |||
) |
Definition at line 107 of file log_wrapper.h.