File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 11##
22## Severity level constants
3+ ##
4+ ## These logging levels follow the Python Standard
5+ ## https://docs.python.org/3/library/logging.html#logging-levels
6+ ## And are implemented in rcutils as well
7+ ## https://github.com/ros2/rcutils/blob/35f29850064e0c33a4063cbc947ebbfeada11dba/include/rcutils/logging.h#L164-L172
8+ ## This leaves space for other standard logging levels to be inserted in the middle in the future,
9+ ## as well as custom user defined levels.
10+ ## Since there are several other logging enumeration standard for different implementations,
11+ ## other logging implementations may need to provide level mappings to match their internal implementations.
312##
413
514# Debug is for pedantic information, which is useful when debugging issues.
You can’t perform that action at this time.
0 commit comments