Function soapysdr::configure_logging
source ยท pub fn configure_logging()
Expand description
Configures SoapySDR to log to the Rust log
facility.
With env_logger
, use e.g RUST_LOG=soapysdr=info
to control the log level.
pub fn configure_logging()
Configures SoapySDR to log to the Rust log
facility.
With env_logger
, use e.g RUST_LOG=soapysdr=info
to control the log level.