aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/log.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Switched lock_guards header to locks.hppMartin Braun2014-09-301-1/+1
|
* uhd: Fixed logging bug (#476) -- UHD logging has unexplained effect on ↵michael-west2014-09-241-31/+28
| | | | | | | packet loss. - Removed logging from radio_ctrl_core_3000 - Changed logging facility to prevent type conversion when message is not logged
* log: replaced usage of deprecated boost::filesystem functionNicholas Corgan2014-05-121-3/+3
|
* uhd: used shared get_tmp_path for logging as wellJosh Blum2012-05-161-44/+3
| | | | Moved some of the log.cpp tmp paths smarts into paths as well
* uhd: tweaks to log and msg implementationJosh Blum2011-06-011-23/+19
| | | | | | 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: init log file lock ptr to nullJosh Blum2011-05-131-0/+4
|
* uhd: work on logging and message facility initializationJosh Blum2011-05-131-53/+59
|
* Make log locking work with picky boostJason Abele2011-05-051-4/+5
|
* uhd: various tweaks to log and msg, replaced a few remaining stdioJosh Blum2011-05-041-1/+1
|
* uhd: removed more iostream stuff from usrp* implementationsJosh Blum2011-05-041-1/+2
|
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-1/+1
| | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this.
* uhd: added interprocess file lock to the logger fileJosh Blum2011-05-041-3/+30
|
* uhd: tweaks for logger file entriesJosh Blum2011-05-041-6/+21
|
* usrp: replaced conditional dboard debug prints w/ UHD_LOGV(often)Josh Blum2011-05-041-6/+0
|
* uhd: moved the logger into the utils subdirJosh Blum2011-05-041-0/+177