RTI Connext Modern C++ API  Version 7.0.0
rti::config::LogMessage Struct Reference

A log message, 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...
 
unsigned int message_id
 A numeric code that identifies an specific log message. More...
 

Detailed Description

A log message, including the text and additional information.

This struct passed to the handler set in Logger::output_handler().

Member Data Documentation

◆ level

LogLevel rti::config::LogMessage::level

The log level of this message.

Referenced by rti::config::Logger::reset_output_handler().

◆ text

const char* rti::config::LogMessage::text

The text of this message.

Referenced by rti::config::Logger::reset_output_handler().

◆ is_security_message

bool rti::config::LogMessage::is_security_message

Indicates if the message is a security-related message.

Referenced by rti::config::Logger::reset_output_handler().

◆ message_id

unsigned int rti::config::LogMessage::message_id

A numeric code that identifies an specific log message.

Referenced by rti::config::Logger::reset_output_handler().