diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-03-26 20:35:38 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-03-26 20:35:38 -0700 |
commit | b3b63be28857d04004a337b7c0bebfad06bc2e7c (patch) | |
tree | c342453f13e18d0b961258c94a45f511fee47f5a /docs/doxygen | |
parent | d5777e144390ad15145c6ed30473e8bd923ae5ab (diff) | |
parent | 5b2d034944090aa2089c1509555caf78bf61217b (diff) |
Merge branch 'next' into python3
Diffstat (limited to 'docs/doxygen')
-rw-r--r-- | docs/doxygen/other/logger.dox | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/doxygen/other/logger.dox b/docs/doxygen/other/logger.dox index ae6a744d00..6501195750 100644 --- a/docs/doxygen/other/logger.dox +++ b/docs/doxygen/other/logger.dox @@ -17,12 +17,6 @@ from log4cpp (http://log4cpp.sourceforge.net/) which is readily available in most Linux distributions. This is an optional dependency and GNU Radio will work without it. -When configuring GNU Radio, the -DENABLE_GR_LOG=On|Off option to cmake -will allow the user to toggle use of the logger on and off. The logger -defaults to "on" and will use log4cpp if it is available. If log4cpp -is not found, the default logging will output to standard output or -standard error, depending on the level of the log message. - Logging is useful for blocks to print out certain amounts of data at different levels. These levels are: |