summaryrefslogtreecommitdiff
path: root/docs/doxygen
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2017-03-26 20:29:21 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2017-03-26 20:29:21 -0700
commit5b2d034944090aa2089c1509555caf78bf61217b (patch)
tree9f15a5a1ce1ad96115ba291a68955f93a04de442 /docs/doxygen
parent1ccbb23b897e2b7b7ae057811c6b2fc1a08fd997 (diff)
parente98dc6cec7213f45e8ac79e679686b6a2b6224dd (diff)
Merge remote-tracking branch 'gnuradio-github/pr/1248' into next
Diffstat (limited to 'docs/doxygen')
-rw-r--r--docs/doxygen/other/logger.dox6
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: