NetworkManager/src/libnm-log-null
2021-08-19 17:51:11 +02:00
..
meson.build build: remove shared/ directory 2021-02-24 12:49:13 +01:00
nm-logging-null.c
README.md all: add some README.md files describing the purpose of our sources 2021-08-19 17:51:11 +02:00

libnm-log-null

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-null and [../libnm-log-core/(..libnm-log-core/). This one is a dummy implementation that drops all logging.