RTI Connext DDS Micro C API  Version 3.0.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
OSAPI_LogProperty Struct Reference

Configuration of logging functionality. More...

#include <osapi_log.h>

Data Fields

RTI_SIZE_T max_buffer_size
 The maximum number of bytes allocated to the log buffer.
RTI_UINT32 log_detail
 Bitmap to control the fidelity of what is stored in the log entry.
OSAPI_Log_write_buffer_T write_buffer
 Function pointer to output a log/trace buffer.

Detailed Description

Configuration of logging functionality.


Field Documentation

RTI_SIZE_T OSAPI_LogProperty::max_buffer_size

The maximum number of bytes allocated to the log buffer.

Log entries are of variable length. When this limit has been reached, no more log entries can be stored unless the buffer is cleared.

RTI_UINT32 OSAPI_LogProperty::log_detail

Bitmap to control the fidelity of what is stored in the log entry.

OSAPI_Log_write_buffer_T OSAPI_LogProperty::write_buffer

Function pointer to output a log/trace buffer.


RTI Connext DDS Micro C API Version 3.0.3 Copyright © Wed Jun 24 2020 Real-Time Innovations, Inc