pothosware/SoapySDR

View log files

catkira opened this issue · 1 comments

Where can I view logout that is writte like this
SoapySDR_logf(SoapySDRLogLevel::SOAPY_SDR_FATAL, "test\n"); ?

I am running a programm outside of Pothos, ie SoapySDRUtil. The log output does not appear on stdout.

Its up to the application that uses the SoapySDR API to register a log handler to control where the logs go. When no handler is registered, the default handler is the stdio

see registerLogHandler in