aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/msg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utils: make UHD_MSG thread-safe,Michael Dickens2015-09-181-0/+2
| | | | Now, only 1 thread can print at a time.
* uhd: tweaks to log and msg implementationJosh Blum2011-06-011-10/+11
| | | | | | The implementations now contain the string stream in each instance. This way there is not a global stringstream to lock access to. This resolves the issue of nested log calls locking condition.
* 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.