![]() |
libbladeRF
2.5.0
Nuand bladeRF library
|
This section contains various helper/utility functions for library logging facilities.
These functions are thread-safe.
Functions | |
API_EXPORT void CALL_CONV | bladerf_log_set_verbosity (bladerf_log_level level) |
enum bladerf_log_level |
Severity levels for logging functions
Definition at line 4186 of file libbladeRF.h.
API_EXPORT void CALL_CONV bladerf_log_set_verbosity | ( | bladerf_log_level | level | ) |
Sets the filter level for displayed log messages.
Messages that are at or above the specified log level will be printed, while messages with a lower log level will be suppressed.
[in] | level | The new log level filter value |