commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 02/09: runtime: add documentation for block


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/09: runtime: add documentation for block set_log_level
Date: Sat, 6 Aug 2016 22:28:35 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next
in repository gnuradio.

commit 2e74eeffaf63ff7d67e813e937a0e10038fe49ac
Author: Nathan West <address@hidden>
Date:   Mon Apr 25 16:09:23 2016 -0400

    runtime: add documentation for block set_log_level
---
 gnuradio-runtime/include/gnuradio/block.h | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnuradio-runtime/include/gnuradio/block.h 
b/gnuradio-runtime/include/gnuradio/block.h
index f7aa294..4e6f607 100644
--- a/gnuradio-runtime/include/gnuradio/block.h
+++ b/gnuradio-runtime/include/gnuradio/block.h
@@ -633,6 +633,23 @@ namespace gr {
      */
     void system_handler(pmt::pmt_t msg);
 
+    /*!
+     * \brief Set the logger's output level.
+     *
+     * Sets the level of the logger. This takes a string that is
+     * translated to the standard levels and can be (case insensitive):
+     *
+     * \li off , notset
+     * \li debug
+     * \li info
+     * \li notice
+     * \li warn
+     * \li error
+     * \li crit
+     * \li alert
+     * \li fatal
+     * \li emerg
+     */
     void set_log_level(std::string level);
 
        /*!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]