doc/
subfolder, the README file is autogenerated)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).
https://github.com/kamailio/kamailio/pull/3902
(2 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.