ros2 / rcl_logging

Logging implementations for ROS 2.
Apache License 2.0
18 stars 34 forks source link

Add log level below debug #118

Open Kaju-Bubanja opened 2 months ago

Kaju-Bubanja commented 2 months ago

It would be nice to have additional log levels below debug, like trace for example or a way to specify more granular verbosity like -v, -vv or -vvv, without having to shift everything upwards and make info log events warning, because they are not in my program.

fujitatomoya commented 1 month ago

IMO TRACE sounds reasonable.