]> git.ipfire.org Git - thirdparty/asterisk.git/commit
logger: Add custom logging capabilities
authorNaveen Albert <asterisk@phreaknet.org>
Sun, 25 Jul 2021 22:19:08 +0000 (22:19 +0000)
committerKevin Harwell <kharwell@digium.com>
Tue, 21 Sep 2021 17:10:10 +0000 (12:10 -0500)
commiteb874f92db21ce1b788a5867874c8d8ef8ad0e81
tree5cc329df3315701988454c2304fb9740e8b3e3b9
parent245778a756f7d6a83d52fb5a9f0986a586156049
logger: Add custom logging capabilities

Adds the ability for users to log to custom log levels
by providing custom log level names in logger.conf. Also
adds a logger show levels CLI command.

ASTERISK-29529

Change-Id: If082703cf81a436ae5a565c75225fa8c0554b702
apps/app_verbose.c
configs/samples/logger.conf.sample
doc/CHANGES-staging/logger.txt [new file with mode: 0644]
include/asterisk/logger.h
main/logger.c