aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/msg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: work on logging and message facility initializationJosh Blum2011-05-131-14/+18
|
* uhd: various tweaks to log and msg, replaced a few remaining stdioJosh Blum2011-05-041-5/+13
|
* uhd: removed more iostream stuff from usrp* implementationsJosh Blum2011-05-041-1/+7
|
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-0/+109
The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this.