|
RTI Connext C API Version 7.6.0
|
A log message's input parameter to a logging device, including the text and additional information. More...
Data Fields | |
| const char * | text |
| Message text. More... | |
| NDDS_Config_LogLevel | level |
| Message level. More... | |
| DDS_Boolean | is_security_message |
| Indicates if the message is a security-related message. More... | |
| DDS_Boolean | is_license_message |
| Indicates if the message is a license-related message. More... | |
| DDS_UnsignedLong | message_id |
| A numeric code that identifies a specific log message. More... | |
| struct DDS_Duration_t | timestamp |
| The time when the log message was printed. More... | |
| NDDS_Config_LogFacility | facility |
| The Facility associated with the log message. See NDDS_Config_LogFacility. More... | |
A log message's input parameter to a logging device, including the text and additional information.
| const char* NDDS_Config_LogMessage::text |
Message text.
| NDDS_Config_LogLevel NDDS_Config_LogMessage::level |
Message level.
| DDS_Boolean NDDS_Config_LogMessage::is_security_message |
Indicates if the message is a security-related message.
A "security-related message" is a log message that meets any of the following:
| DDS_Boolean NDDS_Config_LogMessage::is_license_message |
Indicates if the message is a license-related message.
When using a licensed version of RTI Connext (such as the RTI Connext Express edition), certain messages related to the license, such as the trial expiration date or license limitations, are logged when a DomainParticipant is created. This flag indicates whether the message is one of those license-related messages.
| DDS_UnsignedLong NDDS_Config_LogMessage::message_id |
A numeric code that identifies a specific log message.
Two log messages that have the same message_id will have a similar structure. E.g. "ERROR: Failed to get DataWriterQos" and "ERROR: Failed to get TopicName". In this case, the message_id is associated to the get failure.
| struct DDS_Duration_t NDDS_Config_LogMessage::timestamp |
The time when the log message was printed.
| NDDS_Config_LogFacility NDDS_Config_LogMessage::facility |
The Facility associated with the log message. See NDDS_Config_LogFacility.