15 #ifndef RCL__LOGGING_EXTERNAL_INTERFACE_H_ 16 #define RCL__LOGGING_EXTERNAL_INTERFACE_H_ 83 #endif // RCL__LOGGING_EXTERNAL_INTERFACE_H_
rmw_ret_t rcl_ret_t
Definition: types.h:20
void rcl_logging_external_log(int severity, const char *name, const char *msg)
Log a message.
rcl_ret_t rcl_logging_external_initialize(const char *config_file, rcutils_allocator_t allocator)
Initialize the external logging library.
#define RCL_WARN_UNUSED
Ignored return values of functions with this macro will emit a warning.
Definition: macros.h:25
rcl_ret_t rcl_logging_external_shutdown()
Free the resources allocated for the external logging system.
#define RCL_PUBLIC
Definition: visibility_control.h:48
rcl_ret_t rcl_logging_external_set_logger_level(const char *name, int level)
Set the severity level for a logger.