15 #ifndef RCL__LOGGING_EXTERNAL_INTERFACE_H_
16 #define RCL__LOGGING_EXTERNAL_INTERFACE_H_
18 #include "rcl/macros.h"
19 #include "rcl/types.h"
20 #include "rcl/visibility_control.h"
58 rcl_logging_external_shutdown();
70 rcl_logging_external_log(
int severity,
const char * name,
const char * msg);
86 rcl_ret_t rcl_logging_external_set_logger_level(
const char * name,
int level);
92 #endif // RCL__LOGGING_EXTERNAL_INTERFACE_H_