summaryrefslogtreecommitdiff
path: root/docs/doxygen/other/logger.dox
Commit message (Collapse)AuthorAgeFilesLines
* docs: moved usage manual to wikiMarc Lichtman2019-06-071-247/+0
| | | | docs: first snapshot of wiki's usage manual
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-6/+0
|\
| * doc: log4cpp is mandatory nowBastian Bloessl2017-03-221-6/+0
| |
* | logging: updated doxygen with section about how to use logging module in OOT ↵Jacob Gilbert2018-03-301-0/+18
|/ | | | modules
* Doxygen: Adding GNU FDL header to Doxygen source filesBen Hilburn2017-03-101-0/+9
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-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-a2014-04-241-1/+1
|
* docs: typos fixed.Tom Rondeau2013-06-131-18/+18
|
* cleaning up files and references to gnuradio-core.Tom Rondeau2013-05-141-1/+1
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-18/+18
|
* core: Made logger swig functionalMark Plett2013-03-261-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 Rondeau2013-03-251-2/+2
|
* log: fixes to replace log4cxx with log4cpp.Tom Rondeau2013-03-131-12/+13
|
* log: replacing log4cxx with log4cpp.Tom Rondeau2013-03-131-10/+12
|
* log: adding default loggers to all gr_blocks to make using them simpler.Tom Rondeau2013-03-031-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.