diff --git a/modules/debugger/doc/debugger_admin.xml b/modules/debugger/doc/debugger_admin.xml index 0ae70a2f005..04ba4ee977c 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 +
+ + <function moreinfo="none">dbg.set_mod_level</function> + + + 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. + + + Name: dbg.set_mod_level + + + Examples of use with &sercmd;: + + + dbg.set_mod_level core 1 + +
+ +
+ + <function moreinfo="none">dbg.set_mod_facility</function> + + + 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. + + + Name: dbg.set_mod_facility + + + Examples of use with &sercmd;: + + + dbg.set_mod_facility core LOG_LOCAL1 + +
+ +
+ + <function moreinfo="none">dbg.get_mod_level</function> + + + 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. + + + Name: dbg.get_mod_level + + + Examples of use with &sercmd;: + + + dbg.get_mod_level core + +
+ +
+ + <function moreinfo="none">dbg.get_mod_facility</function> + + + 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. + + + Name: dbg.get_mod_facility + + + Examples of use with &sercmd;: + + + dbg.get_mod_facility core + +
+ + +
Usage