NetworkManager/src/libnm-log-core
2023-02-09 11:59:43 +01:00
..
meson.build build/meson: drop libnm_log_core_dep dependency 2021-02-28 10:42:04 +01:00
nm-logging.c logging/trivial: add code comment about logging "<level> [timestamp]" 2023-02-09 11:59:43 +01:00
nm-logging.h clang-format: use "IndentPPDirectives:None" instead of "BeforeHash" 2021-07-09 08:49:06 +02: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.