CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
CdiLogMultilineState Struct Reference

Structure used to hold state data for a multiline log message. More...

#include <cdi_logger_api.h>

Data Fields

bool logging_enabled
 When true, logging is enabled for this log_handle.
 
CdiLogHandle log_handle
 Handle to log being accessed.
 
CdiLogComponent component
 Selects the SDK component type for logging.
 
CdiLogLevel log_level
 Current log level for log_handle.
 
char function_name_str [CDI_MAX_LOG_FUNCTION_NAME_STRING_LENGTH]
 Name of this log.
 
int line_number
 Line number in file where log was called.
 
int line_count
 Number of log lines in the log message buffer.
 
CdiMultilineLogBufferStatebuffer_state_ptr
 Pointer to log message buffer structure.
 
bool buffer_used
 Buffer was used, so don't generate output when ending using CdiLoggerMultilineEnd().
 

Detailed Description

Structure used to hold state data for a multiline log message.


The documentation for this struct was generated from the following file: