RTI Routing Service  Version 6.1.0
RTI Routing Service Infrastructure

This module contains common definitions used across other functional modules. More...

Modules

 Standard Type Representation Kinds
 Standard type Representation kinds.
 
 Standard Data Representation Kinds
 Standard data representation kinds.
 

Functions

void RTI_RoutingServiceLogger_log (NDDS_Config_LogLevel log_level, const char *format,...)
 Logs as message with the specified level. More...
 

Detailed Description

This module contains common definitions used across other functional modules.

Function Documentation

◆ RTI_RoutingServiceLogger_log()

void RTI_RoutingServiceLogger_log ( NDDS_Config_LogLevel  log_level,
const char *  format,
  ... 
)

Logs as message with the specified level.

The message is specified with a format and a format parameter, in a similar fashion to the standard C printf() operation.

The generated log will be part of logging stream of the running RoutingService, if the log_level is part of the configured verbosity. The result log message may include additional information according to the Connext logging configuration, such as Advlog Context, thread ID, line number, etc. Additionally, the result log message will contain a newline character at the end, so the format does not need to contain it.

Parameters
[in]log_levelLog level associated to the message
[in]formatmessage format specification
[in]...variable-length argument (stdarg)