Pre-Submission Checklist

Type Of Change

Checklist:

Description

Allow Kamailio modules to register their log function so that all Kamailio log messages (coming from core and other modules) are logged uniformly in the format defined by the custom log function.

To enable the custom log format feature, Kamailio must be compiled with the CUSTOM_LOG_FMT flag. Then the module that wishes to modify the log format has to call km_custom_log_func_set during the initialization to supply a custom log formatting function (see km_default_custom_log_func as an example).


You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/3902

Commit Summary

File Changes

(2 files)

Patch Links:


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3902@github.com>