summaryrefslogtreecommitdiff
path: root/docs/doxygen
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doxygen')
-rw-r--r--docs/doxygen/other/logger.dox2
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