diff options
author | mi-a <kermitalter@gmail.com> | 2014-04-24 13:39:21 +0300 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-04-24 14:55:18 -0400 |
commit | 2db3dc73eb632bc853db70a41148e8f2cfecd3b0 (patch) | |
tree | 1c89dff02c622db3a18b060ff166467a1d5803dc /docs/doxygen | |
parent | 53ac8e81710ababafba629ac6b6c2b65622af0cd (diff) |
docs: fixed typo with logger docs.
Diffstat (limited to 'docs/doxygen')
-rw-r--r-- | docs/doxygen/other/logger.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/other/logger.dox b/docs/doxygen/other/logger.dox index c235bfe6f8..7b0f64e12b 100644 --- a/docs/doxygen/other/logger.dox +++ b/docs/doxygen/other/logger.dox @@ -210,7 +210,7 @@ of the logger can be manipulated via the following calls: \code from gnuradio import gr gr.logger_config(filename,watch_period) # Configures the logger with conf file filename - names = gr.logger_get_logger_names() # Returns the names of all loggers + names = gr.logger_get_names() # Returns the names of all loggers gr.logger_reset_config() # Resets logger config by removing all appenders \endcode |