cec: introduced CEC_LOG_TRAFFIC log level and log all traffic in that level
[deb_libcec.git] / include / cectypes.h
index 941b5427bcdfaaa5adc68805beb6304c6920096d..4c029e87ccb9c18ffef1972a056f470542d58e3f 100644 (file)
@@ -530,6 +530,7 @@ typedef enum cec_opcode
 typedef enum cec_log_level
 {
   CEC_LOG_DEBUG = 0,
+  CEC_LOG_TRAFFIC,
   CEC_LOG_NOTICE,
   CEC_LOG_WARNING,
   CEC_LOG_ERROR