NetworkManager/src/libnm-log-core
Jan Vaclav 1b08fa88e1 core/logging: remove unused nm_logging_init_pre() function
This function is not being used anywhere and is triggering an alert in Coverity scans.
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1902
2024-06-19 10:59:56 +00:00
..
meson.build build/meson: drop libnm_log_core_dep dependency 2021-02-28 10:42:04 +01:00
nm-logging.c core/logging: remove unused nm_logging_init_pre() function 2024-06-19 10:59:56 +00:00
nm-logging.h core/logging: remove unused nm_logging_init_pre() function 2024-06-19 10:59:56 +00:00
README.md all: add some README.md files describing the purpose of our sources 2021-08-19 17:51:11 +02:00

libnm-log-core

libnm-glib-aux has a forward-declaration of logging API. If a libnm-glib-aux user uses that API for logging, it must link the final binary with an implementation.

There are two implementations: libnm-log-core and [../libnm-log-null/(..libnm-log-null/). This one is the implementation used by the daemon and logs to syslog/journald.