Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: Update all license headers | Martin Braun | 2018-02-19 | 1 | -2/+2 |
| | | | | | - Fix typo in company name (missing 'a') - Updated SPDX license identifier to version 3.0 | ||||
* | mpm: Use prefs API in logging module | Martin Braun | 2018-02-08 | 1 | -6/+6 |
| | | | | This allows to set the default log level from the config file. | ||||
* | mpm: Add prefs modules | Martin Braun | 2018-02-08 | 1 | -1/+5 |
| | | | | | - prefs is a module for centralized preferences management - Uses Python's ConfigParser module | ||||
* | mpm: Bump default log level to INFO | Martin Braun | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | mpmd: Add API to read back logs from device and send to native logging | Martin Braun | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | mpm: Add API to read back log buffer | Martin Braun | 2018-01-08 | 1 | -0/+42 |
| | | | | Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com> | ||||
* | mpm: Drop default log level to DEBUG | Martin Braun | 2017-12-22 | 1 | -2/+2 |
| | |||||
* | mpm: Harmonize all license header | Martin Braun | 2017-12-22 | 1 | -13/+2 |
| | | | | Now uses SPDX headers everywhere. | ||||
* | mpm: Run C++ logger through central logging | Martin Braun | 2017-12-22 | 1 | -0/+16 |
| | | | | Reviewed-By: Mark Meserve <mark.meserve@ni.com> | ||||
* | mpm: Add configurable log levels | Martin Braun | 2017-12-22 | 1 | -2/+13 |
| | |||||
* | mpm: Clarified use of get_logger() call | Martin Braun | 2017-12-22 | 1 | -2/+5 |
| | |||||
* | mpm: Made code Python3-compatible | Martin Braun | 2017-12-22 | 1 | -0/+1 |
| | |||||
* | mpm: Moved over to new logging infrastructure | Martin Braun | 2017-12-22 | 1 | -0/+126 |
Also currently hardcodes some settings. |