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 ROSDEBUGSTREAM() e.g :
ROSDEBUGSTREAM (::ros::console::levels::Debug<<level<<"String")
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.
Asked by can-43811 on 2017-09-12 06:38:34 UTC
Comments