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  clearly from documentation or from the log_test.cpp
file to access the log messages. I tried to use add_logger as shown below

static void my_function(uhd::log::logging_info &msg){
...
...
}


main function{
....
uhd::log::add_logger("key",&my_function);
....
}
_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to