Module: kamailio Branch: master Commit: fa0517f83a09625d14ec0dd3f349a1033f274f86 URL: https://github.com/kamailio/kamailio/commit/fa0517f83a09625d14ec0dd3f349a1033f274f86
Author: Stefan Mititelu <[email protected]> Committer: Stefan Mititelu <[email protected]> Date: 2016-01-06T14:06:07+02:00 debugger: update doku for rpc commands Update doku for rpc commands. --- Modified: modules/debugger/doc/debugger_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/fa0517f83a09625d14ec0dd3f349a1033f274f86.diff Patch: https://github.com/kamailio/kamailio/commit/fa0517f83a09625d14ec0dd3f349a1033f274f86.patch --- diff --git a/modules/debugger/doc/debugger_admin.xml b/modules/debugger/doc/debugger_admin.xml index 0ae70a2..04ba4ee 100644 --- a/modules/debugger/doc/debugger_admin.xml +++ b/modules/debugger/doc/debugger_admin.xml @@ -874,7 +874,85 @@ $ &ctltool; fifo get_dbg_mod_facility debugger </programlisting> </section> + <section id="dbg.r.set_mod_level"> + <title> + <function moreinfo="none">dbg.set_mod_level</function> + </title> + <para> + Set the module log level. + If module does not exist in kamailio, the entry in the level hashtable is still added for the bogus module. + </para> + <para> + Name: <emphasis>dbg.set_mod_level</emphasis> + </para> + <para> + Examples of use with &sercmd;: + </para> + <programlisting format="linespecific"> + dbg.set_mod_level core 1 + </programlisting> + </section> + + <section id="dbg.r.set_mod_facility"> + <title> + <function moreinfo="none">dbg.set_mod_facility</function> + </title> + <para> + Set the module log facility. + If module does not exist in kamailio, the entry in the facility hashtable is still added for the bogus module. + </para> + <para> + Name: <emphasis>dbg.set_mod_facility</emphasis> + </para> + <para> + Examples of use with &sercmd;: + </para> + <programlisting format="linespecific"> + dbg.set_mod_facility core LOG_LOCAL1 + </programlisting> + </section> + + <section id="dbg.r.get_mod_level"> + <title> + <function moreinfo="none">dbg.get_mod_level</function> + </title> + <para> + Get the module log level. + If module does not exist in kamailio, the entry in the level hashtable is still added for the bogus module. + </para> + <para> + Name: <emphasis>dbg.get_mod_level</emphasis> + </para> + <para> + Examples of use with &sercmd;: + </para> + <programlisting format="linespecific"> + dbg.get_mod_level core + </programlisting> + </section> + + <section id="dbg.r.get_mod_facility"> + <title> + <function moreinfo="none">dbg.get_mod_facility</function> + </title> + <para> + Get the module log facility. + If module does not exist in kamailio, the entry in the facility hashtable is still added for the bogus module. + </para> + <para> + Name: <emphasis>dbg.get_mod_facility</emphasis> + </para> + <para> + Examples of use with &sercmd;: + </para> + <programlisting format="linespecific"> + dbg.get_mod_facility core + </programlisting> + </section> + </section> + + <section> <title>Usage</title> <para> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
