How to filter ros debug level in ros kinetic
Hi ,
In ros we have five diff Levels :
DEBUG INFO WARN ERROR FATAL
in our application we traces which map with the Debug , in traces we have 1 to 9 levels. which setting throw ROS_DEBUG_STREAM() e.g :
ROS_DEBUG_STREAM (::ros::console::levels::Debug<<level<<"string")< p="">
Ques : how to filter the Debug with sub levels levels ... Using set_logelevel()
Note : Here levels Mean 1 2 ... 9 these are the sub levels of Debug .
Thanks.