Define RCUTILS_LOG_ERROR_ONCE_NAMED

Define Documentation

RCUTILS_LOG_ERROR_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