Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Logging manipulation API from rmw_connext #266

Merged
merged 4 commits into from
Jan 18, 2018

Conversation

sriramster
Copy link
Contributor

@sriramster sriramster commented Oct 29, 2017

This follows a series of changes on all the DDS specific implementation to let user programs manipulate logging levels.

Connect to ros2/rmw#124

Sriram Raghunathan added 2 commits October 29, 2017 14:36
- Currently no support from DDS to enable this.
- Modify Cmake to enable compilation of the file.

Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com>
Signed-off-by: Sriram Raghunathan <sriram.max@gmail.com>
rmw_ret_t
rmw_set_log_severity(rmw_log_severity_t severity)
{
return RMW_RET_OK;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as this is not implemented it shouldn't return "ok".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since, this is not implemented yet. An error returned might disturb the normal execution, so for time being till we find ways to implement the same inside DDS thought a "OK" (by-pass) would be better.

Copy link
Member

@dirk-thomas dirk-thomas Nov 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you look into implementing this function or do you propose to merge this as-is?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dirk-thomas Please merge as-is. I'll look into implementing this patch at later point. Thank you.

@dirk-thomas dirk-thomas added the in progress Actively being worked on (Kanban column) label Oct 30, 2017
@sriramster
Copy link
Contributor Author

@dirk-thomas @dhood Could you please review this patch? This is connected to another approved patch by Dirk

@dirk-thomas
Copy link
Member

Could you please review this patch?

I am still waiting for an answer on my previous question.

@dirk-thomas dirk-thomas merged commit e31ed1b into ros2:master Jan 18, 2018
@dirk-thomas dirk-thomas removed the in progress Actively being worked on (Kanban column) label Jan 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants