Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: moved usage manual to wiki | Marc Lichtman | 2019-06-07 | 1 | -247/+0 |
| | | | | docs: first snapshot of wiki's usage manual | ||||
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 1 | -6/+0 |
|\ | |||||
| * | doc: log4cpp is mandatory now | Bastian Bloessl | 2017-03-22 | 1 | -6/+0 |
| | | |||||
* | | logging: updated doxygen with section about how to use logging module in OOT ↵ | Jacob Gilbert | 2018-03-30 | 1 | -0/+18 |
|/ | | | | modules | ||||
* | Doxygen: Adding GNU FDL header to Doxygen source files | Ben Hilburn | 2017-03-10 | 1 | -0/+9 |
| | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -2/+2 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | docs: fixed typo with logger docs. | mi-a | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | docs: typos fixed. | Tom Rondeau | 2013-06-13 | 1 | -18/+18 |
| | |||||
* | cleaning up files and references to gnuradio-core. | Tom Rondeau | 2013-05-14 | 1 | -1/+1 |
| | |||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -18/+18 |
| | |||||
* | core: Made logger swig functional | Mark Plett | 2013-03-26 | 1 | -5/+26 |
| | | | | | | Improved logger swig so gr_logger is a logger object that is configurable Made logger config a singleton and made accessors for loggers from python | ||||
* | docs: updated docs for logging levels with use of log4cpp. | Tom Rondeau | 2013-03-25 | 1 | -2/+2 |
| | |||||
* | log: fixes to replace log4cxx with log4cpp. | Tom Rondeau | 2013-03-13 | 1 | -12/+13 |
| | |||||
* | log: replacing log4cxx with log4cpp. | Tom Rondeau | 2013-03-13 | 1 | -10/+12 |
| | |||||
* | log: adding default loggers to all gr_blocks to make using them simpler. | Tom Rondeau | 2013-03-03 | 1 | -0/+202 |
log: improving logger configuration and default behavior. log: changed name from gr_log to gr_logger (felt it could be confuse with the math function log). docs: moved logging information out to its own page. |