]> 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:21 +0000 (12:10 -0500)
commit148f8355a04fe550fda8c7b1c7fc8955ae253356
tree715bded730315fccf2e290b2475422a941ac791a
parent6698753b2477efe06c9f78889f3c6f83bcd7ebe1
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