RTI Distributed Logger API Version 7.1.0
RTI_DL_DistLogger_MessageParams Struct Reference

Input parameters for RTI_DL_DistLogger_logMessageWithParams. More...

Data Fields

int log_level
 
const char * message
 
const char * category
 
struct DDS_Time_t timestamp
 

Detailed Description

Field Documentation

◆ log_level

int RTI_DL_DistLogger_MessageParams::log_level

The level of the log message.

◆ message

const char* RTI_DL_DistLogger_MessageParams::message

The message to log. It must be non-NULL.

◆ category

const char* RTI_DL_DistLogger_MessageParams::category

The category of the log message.

◆ timestamp

struct DDS_Time_t RTI_DL_DistLogger_MessageParams::timestamp

The timestamp with which the message will be logged.