diff options
author | Bastian Bloessl <mail@bastibl.net> | 2017-01-29 09:26:42 +0100 |
---|---|---|
committer | Bastian Bloessl <mail@bastibl.net> | 2017-03-22 17:42:41 +0100 |
commit | e98dc6cec7213f45e8ac79e679686b6a2b6224dd (patch) | |
tree | fce1922f67e3bc7f16dab4e90abdd971dc339248 /docs/doxygen | |
parent | f2f3b07da3cfff82756376dc639dda7182427694 (diff) |
doc: log4cpp is mandatory now
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: |