We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a728158 commit 8674a60Copy full SHA for 8674a60
include/rcutils/logging.h
@@ -90,6 +90,9 @@ rcutils_ret_t rcutils_logging_allocator_initialize(
90
* - `message`, the message string after it has been formatted
91
* - `name`, the full logger name
92
* - `severity`, the name of the severity level, e.g. `INFO`
93
+ * - `severity_with_color`, the name of the severity level with colours. If the
94
+ * `RCUTILS_COLORIZED_OUTPUT` environment variable is set to `1`, `severity_with_color` is
95
+ * the same as `severity`.
96
* - `time`, the timestamp of log message in floating point seconds
97
* - `time_as_nanoseconds`, the timestamp of log message in integer nanoseconds
98
*
0 commit comments