diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-06-08 12:15:42 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-06-08 12:15:42 -0400 |
commit | d71d02d7eb01b56b842d6a71a2b7d087c5513e7b (patch) | |
tree | 27dd93e12a85fac6dc7bd2bfb3d22b94d073918c /docs/doxygen | |
parent | a14010ec147e3c86f93245d34be58548493aaed1 (diff) |
Fixing up the gr-log capabilities.
Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.
Diffstat (limited to 'docs/doxygen')
-rw-r--r-- | docs/doxygen/other/main_page.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox index 08873aa3d4..8f47ed0d74 100644 --- a/docs/doxygen/other/main_page.dox +++ b/docs/doxygen/other/main_page.dox @@ -57,9 +57,9 @@ from log4cxx (http://logging.apache.org/log4cxx) 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 option to cmake will -allow the user to toggle use of the logger on and off and will turn -off if log4cxx is not available. +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 and will +turn off if log4cxx is not available. Logging is useful for blocks to print out certain amounts of data at different levels. These levels are: |