|
RTI Connext Modern C++ API Version 7.6.0
|
A log message's input parameter to an output handler, including the text and additional information. More...
#include <rti/config/Logger.hpp>
Public Attributes | |
| LogLevel | level |
| The log level of this message. More... | |
| const char * | text |
| The text of this message. More... | |
| bool | is_security_message |
| Indicates if the message is a security-related message. More... | |
| bool | is_license_message |
| Indicates if the message is a license-related message. More... | |
| unsigned int | message_id |
| A numeric code that identifies a specific log message. More... | |
| dds::core::Duration | timestamp |
| The time when the log message was printed. More... | |
| LogFacility | facility |
| The Facility associated with the log message. More... | |
A log message's input parameter to an output handler, including the text and additional information.
This struct passed to the handler set in Logger::output_handler().
| LogLevel rti::config::LogMessage::level |
The log level of this message.
| const char* rti::config::LogMessage::text |
The text of this message.
| bool rti::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:
| bool rti::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.
| unsigned int rti::config::LogMessage::message_id |
A numeric code that identifies a specific log message.
| dds::core::Duration rti::config::LogMessage::timestamp |
The time when the log message was printed.
| LogFacility rti::config::LogMessage::facility |
The Facility associated with the log message.