intel / ad-rss-lib

Library implementing the Responsibility Sensitive Safety model (RSS) for Autonomous Vehicles
https://intel.github.io/ad-rss-lib/
GNU Lesser General Public License v2.1
337 stars 138 forks source link

Generator blueprint draft: Add logging support #37

Closed berndgassmann closed 4 years ago

berndgassmann commented 5 years ago

Only a reviewable draft for the moment! Log output in ValidInputRange checks not fully implemented yet!

Introduce log output, especially on errors of the input. Allow to enable/disable logging at compile time (default is: off)

Description

Fixes #

Where has this been tested?

Possible Drawbacks


This change is Reviewable

berndgassmann commented 4 years ago

Decided to go with more lightweight spdlog, instead. Will come with one of the next releases.