]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-11693 [core] Added switch_channel_set_log_tag() and switch_channel_get_log_tags...
authorChris Rienzo <chris@signalwire.com>
Thu, 7 Mar 2019 15:26:34 +0000 (15:26 +0000)
committerChris Rienzo <chris@rienzo.com>
Sat, 9 Mar 2019 20:21:46 +0000 (15:21 -0500)
commite4c0abf28655a0873522df83434bccedbe6387aa
tree1e898aea8615373f007917fc77eee8888d85a68c
parent2e319c41c0c5e1a93c2489627be4e80a09d7a39a
FS-11693 [core] Added switch_channel_set_log_tag() and switch_channel_get_log_tags() This allows you to add log tags to an active call channel. If using SWITCH_CHANNEL_SESSION_LOG, with switch_log_printf(), the tags will be added to the the log node so a logging module can send additional contextual data to a log aggregator.
src/include/switch_channel.h
src/include/switch_log.h
src/switch_channel.c
src/switch_log.c