Define RCUTILS_LOG_INFO_SKIPFIRST_NAMED
Defined in File logging_macros.h
Define Documentation
-
RCUTILS_LOG_INFO_SKIPFIRST_NAMED(name, ...)
Log a message with given severity with the following condition:
The first log call is ignored but all subsequent calls are processed.
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