|
RTI Routing Service
Version 6.1.0
|
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... | |
This module contains common definitions used across other functional modules.
| 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.
| [in] | log_level | Log level associated to the message |
| [in] | format | message format specification |
| [in] | ... | variable-length argument (stdarg) |