libCEC 8.1.0
C / C++ API — control CEC-capable HDMI devices
Loading...
Searching...
No Matches
cec_log_message Struct Reference

#include <cectypes.h>

Public Attributes

const char * message
 the actual message, valid until returning from the log callback
 
cec_log_level level
 log level of the message
 
int64_t time
 the timestamp of this message
 

Detailed Description

Definition at line 939 of file cectypes.h.

Member Data Documentation

◆ message

const char* cec_log_message::message

the actual message, valid until returning from the log callback

Definition at line 941 of file cectypes.h.

◆ level

cec_log_level cec_log_message::level

log level of the message

Definition at line 942 of file cectypes.h.

◆ time

int64_t cec_log_message::time

the timestamp of this message

Definition at line 943 of file cectypes.h.


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