Re: [USRP-users] UHD log messages

2019-01-11 Thread Martin Braun via USRP-users
Varala, you only need to add a logging backend if you want the log message to go somewhere other than stderr or a log file. The 'console logger' means 'stderr'. So, just grab your stderr output if you want to have those log messages. You can control the console log level with the UHD_LOG_LEVEL an

[USRP-users] UHD log messages

2019-01-01 Thread Varala Sathish via USRP-users
Hi usrp users, I am trying to process the UHD log messages in uhd version 3.11.1.0. 1. Do we need to add a logging backend using add_logger if we want to process the log messages or can we use console logger ? If yes,How to access the logging messages from console logger? I haven't understood cle