]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Use single logging context for everything
authorOndřej Surý <ondrej@isc.org>
Tue, 20 Aug 2024 12:56:04 +0000 (12:56 +0000)
committerOndřej Surý <ondrej@isc.org>
Tue, 20 Aug 2024 12:56:04 +0000 (12:56 +0000)
commitaa408051d6c63cbf31103bd4e0d5d81d75c5d772
treef2fac8a23ad13b1d5e33de01cf30963534feb6be
parent957af59cf8fa159467ae9ebde1b760e46f127534
parent520500d1b34171a6c3e8989b3bddf749bc30df39
chg: dev: Use single logging context for everything

Instead of juggling different logging context, use one single logging
context that gets initialized in the libisc constructor and destroyed in
the libisc destructor.

Closes #4848

Merge branch '4848-refactor-isc_log-api-to-use-single-global-logging-context' into 'main'

Closes #4848

See merge request isc-projects/bind9!9301