Module: sip-router
Branch: master
Commit: 7ae36a90704a413166f3281bdf12976f4c3d5fe3
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7ae36a9…
Author: Elena-Ramona Modroiu <ramona(a)rosdev.ro>
Committer: Elena-Ramona Modroiu <ramona(a)rosdev.ro>
Date: Fri Jan 29 17:55:45 2010 +0100
xlog(k): two new functions xlogl and xdbgl
- xlogl is similar to xlog, in adition prints the config line number at
the beninning of message
- xdbgl is similar to xdbg, in adition prints the config line number at
the beninning of message
- (c) updated to reflect current content
- handy for troubleshooting as same messages might be used across
config, making easier to follow the execution path
---
modules_k/xlog/README | 30 +++--
modules_k/xlog/doc/xlog.xml | 6 +-
modules_k/xlog/doc/xlog_admin.xml | 22 +++-
modules_k/xlog/xl_lib.c | 1 -
modules_k/xlog/xlog.c | 251 +++++++++++++++++++++++++------------
5 files changed, 212 insertions(+), 98 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=7ae…