Define RCUTILS_LOG_INFO_ONCE_NAMED
Defined in File logging_macros.h
Define Documentation
-
RCUTILS_LOG_INFO_ONCE_NAMED(name, ...)
Log a message with given severity with the following condition:
All log calls except the first one are ignored.
Note
The condition will only be evaluated if this logging statement is enabled.
- Parameters:
name – [in] The name of the logger
... – [in] The format string, followed by the variable arguments for the format string