aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/mpmlog.py
Commit message (Collapse)AuthorAgeFilesLines
* mpm: Update all license headersMartin Braun2018-02-191-2/+2
| | | | | - Fix typo in company name (missing 'a') - Updated SPDX license identifier to version 3.0
* mpm: Use prefs API in logging moduleMartin Braun2018-02-081-6/+6
| | | | This allows to set the default log level from the config file.
* mpm: Add prefs modulesMartin Braun2018-02-081-1/+5
| | | | | - prefs is a module for centralized preferences management - Uses Python's ConfigParser module
* mpm: Bump default log level to INFOMartin Braun2018-01-101-1/+1
|
* mpmd: Add API to read back logs from device and send to native loggingMartin Braun2018-01-101-1/+1
|
* mpm: Add API to read back log bufferMartin Braun2018-01-081-0/+42
| | | | Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com>
* mpm: Drop default log level to DEBUGMartin Braun2017-12-221-2/+2
|
* mpm: Harmonize all license headerMartin Braun2017-12-221-13/+2
| | | | Now uses SPDX headers everywhere.
* mpm: Run C++ logger through central loggingMartin Braun2017-12-221-0/+16
| | | | Reviewed-By: Mark Meserve <mark.meserve@ni.com>
* mpm: Add configurable log levelsMartin Braun2017-12-221-2/+13
|
* mpm: Clarified use of get_logger() callMartin Braun2017-12-221-2/+5
|
* mpm: Made code Python3-compatibleMartin Braun2017-12-221-0/+1
|
* mpm: Moved over to new logging infrastructureMartin Braun2017-12-221-0/+126
Also currently hardcodes some settings.