]> 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:09:59 +0000 (12:09 -0500)
commita65bb134f5ce7df09cf00399286644c20029e586
tree1024bf8f29f920f66cabe21d266a6b9d30c56605
parentdce142baa4789b5ba9dfc5fcf89e261b5819e32f
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