RTI Connext DDS Micro C API
Version 4.0.1
|
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. |
Configuration of logging functionality.
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.