logLevels property

uint8_t logLevels
final

Log levels: 4 bits MSB: internal (for logging purposes), 4 bits LSB: external. Levels: Emergency = 0, Alert = 1, Critical = 2, Error = 3, Warning = 4, Notice = 5, Info = 6, Debug = 7, Protocol = 8, Disabled = 9

MAVLink type: uint8_t

log_levels

Implementation

final uint8_t logLevels;