ros / ros_comm

ROS communications-related packages, including core client libraries (roscpp, rospy, roslisp) and graph introspection tools (rostopic, rosnode, rosservice, rosparam).
http://wiki.ros.org/ros_comm
747 stars 914 forks source link

Log errors in XmlRpcpp #2277

Open Hugal31 opened 1 year ago

Hugal31 commented 1 year ago

Errors were not logged at all. Fix this by using the default log handler with level 0.

Closes #2274

peci1 commented 1 year ago

I guess the error logging code could then be simplified by removing the #ifdef for Windows and just relay everything to the normal log handler.