log: enable filtering on functions
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 17 Jan 2025 00:09:53 +0000 (01:09 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 26 Jan 2025 10:06:56 +0000 (11:06 +0100)
commitcb43e3e427769f5dcbb1ffda155198f38fb7375c
treec1863bb5717702656d9fcf338fb37eb79ce0c036
parent1daacb92757e0c2e7b5155613ad9b1334545eb86
log: enable filtering on functions

Up to now we could only use log level, category, and file for filtering.
Allow filtering on a list of functions.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/log.c
common/log.c
include/log.h
test/log/log_filter.c
test/log/log_test.c