Skip to main content

SoapySDRLogLevel

Type Alias SoapySDRLogLevel 

Source
pub type SoapySDRLogLevel = c_uint;
Expand description

The available priority levels for log messages.

The default log level threshold is SOAPY_SDR_INFO. Log messages with lower priorities are dropped. The default threshold can be set via the SOAPY_SDR_LOG_LEVEL environment variable. Set SOAPY_SDR_LOG_LEVEL to the string value: “WARNING”, “ERROR”, “DEBUG”, etc… or set it to the equivalent integer value.