Definition of a singe Log entry. More...
Data Fields | |
| uint8_t | bLogType |
Type of Entry (one of the PH_LOG_LOGTYPE_* values). | |
| uint8_t const * | pString |
| Null-terminated string. | |
| void const * | pData |
| Pointer to the data. | |
| uint16_t | wDataLen |
| Length of the data. | |
| uint8_t | bDataType |
| Indicates the value type (either PH_LOG_DATATYPE_BUFFER or PH_LOG_DATATYPE_VALUE). | |
Definition of a singe Log entry.