-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable logging level manipulation from rmw_fastrtps #156
Commits on Oct 13, 2017
-
Fastrtps supports rich logging facilities, which could be used on any…
… ros2 development. * To enable the same, enable setting log levels from rmw_fastrtps layers, * Add generic logging level parameters to 'rmw.h' which would be used by other layers above like rcl/rclcpp. * Hide DDS specific implementation inside rmw_fastrtps. Signed-off-by: Sriram Raghunathan <sriram.max@gmail.com>
Sriram Raghunathan committedOct 13, 2017 Configuration menu - View commit details
-
Copy full SHA for a4899fb - Browse repository at this point
Copy the full SHA a4899fbView commit details
Commits on Oct 25, 2017
-
The changes follow the discussions
ros2/rmw#124 * The API defined is used to set the logging level particular to the DDS implementation. * This change is specific to DDS type Fast-RTPS. * The file is named as rmw_configure since we could write API's of type 'system level config setting' types here. Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com>
Sriram Raghunathan committedOct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for e1eba0f - Browse repository at this point
Copy the full SHA e1eba0fView commit details -
Rename file from rmw_fastrtps_configure to rmw_logging, which follows…
… the patterns being used already. like rmw_node, rmw_publisher.. Signed-off-by: Sriram Raghunathan <sriram.max@gmail.com>
Sriram Raghunathan committedOct 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 4393093 - Browse repository at this point
Copy the full SHA 4393093View commit details
Commits on Oct 26, 2017
-
- Renmae API to suite ros styles Signed-off-by: Sriram Raghunathan <sriram.max@gmail.com>
Sriram Raghunathan committedOct 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 82f178b - Browse repository at this point
Copy the full SHA 82f178bView commit details
Commits on Oct 29, 2017
-
Signed-off-by: Sriram Raghunathan <sriram.max@gmail.com>
Sriram Raghunathan committedOct 29, 2017 Configuration menu - View commit details
-
Copy full SHA for 6c36dac - Browse repository at this point
Copy the full SHA 6c36dacView commit details -
Merge branch 'master' into sriram_beta3
Signed-off-by: Sriram Raghunathan <sriram.max@gmail.com>
Sriram Raghunathan committedOct 29, 2017 Configuration menu - View commit details
-
Copy full SHA for db2d734 - Browse repository at this point
Copy the full SHA db2d734View commit details
Commits on Oct 30, 2017
-
Merge branch 'master' of https://github.com/ros2/rmw_fastrtps into sr…
…iram_beta3
Sriram Raghunathan committedOct 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 5030f85 - Browse repository at this point
Copy the full SHA 5030f85View commit details
Commits on Nov 19, 2017
-
Remove utility function to create a 'error' returnable API for settin…
…g logging Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com>
Sriram Raghunathan committedNov 19, 2017 Configuration menu - View commit details
-
Copy full SHA for 220b4bc - Browse repository at this point
Copy the full SHA 220b4bcView commit details
Commits on Dec 13, 2017
-
Sriram Raghunathan committed
Dec 13, 2017 Configuration menu - View commit details
-
Copy full SHA for c38d5aa - Browse repository at this point
Copy the full SHA c38d5aaView commit details
Commits on Dec 19, 2017
-
Modify logging mapping for type 'debug' from warning to info.
Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com>
Sriram Raghunathan committedDec 19, 2017 Configuration menu - View commit details
-
Copy full SHA for 23c8b0f - Browse repository at this point
Copy the full SHA 23c8b0fView commit details -
order log levels, use different local variable name, include unknown …
…severity in error message
Configuration menu - View commit details
-
Copy full SHA for a01006a - Browse repository at this point
Copy the full SHA a01006aView commit details
Commits on Jan 4, 2018
-
Sriram Raghunathan committed
Jan 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 5a21b3b - Browse repository at this point
Copy the full SHA 5a21b3bView commit details
Commits on Jan 5, 2018
-
Fix error due to parameterized logging
Sriram Raghunathan committedJan 5, 2018 Configuration menu - View commit details
-
Copy full SHA for a7bd975 - Browse repository at this point
Copy the full SHA a7bd975View commit details
Commits on Jan 7, 2018
-
Fix code style issues from uncrustify
Sriram Raghunathan committedJan 7, 2018 Configuration menu - View commit details
-
Copy full SHA for a415c52 - Browse repository at this point
Copy the full SHA a415c52View commit details