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 130 of file log_wrapper.h.
#define LOG_DEBUG | ( | format, | |
... | |||
) |
Definition at line 131 of file log_wrapper.h.
#define LOG_ERROR | ( | format, | |
... | |||
) |
Definition at line 134 of file log_wrapper.h.
#define LOG_FATAL | ( | format, | |
... | |||
) |
Definition at line 135 of file log_wrapper.h.
#define LOG_INFO | ( | format, | |
... | |||
) |
Definition at line 132 of file log_wrapper.h.
#define LOG_WARN | ( | format, | |
... | |||
) |
Definition at line 133 of file log_wrapper.h.