rtapi_get_msg_level, rtapi_set_msg_level − Get or set the logging level
int rtapi_set_msg_level(int level)
int rtapi_get_msg_level()
level |
The desired logging level |
Get or set the RTAPI message level used by rtapi_print_msg. Depending on the RTOS, this level may apply to a single RTAPI module, or it may apply to a group of modules.
May be called from user, init/cleanup, and realtime code.
rtapi_set_msg_level returns a status code, and rtapi_get_msg_level returns the current level.
rtapi_print_msg(3rtapi)