NetworkManager/src/libnm-log-core
Thomas Haller 1353a0e8da
logging: add _nm_log_full() macro
_nm_log_impl() is the underlying implementation. As we have
multiple implementations, it's a bit confusing how it all works
together.

We thus should not call this directly, so that there are few (literal)
uses of this symbol.

Still, we may need to call this version of the logging statement,
because it's the only one that allows to provide the file location.

Add a wrapper macro for this, that callers can use.
2021-04-12 16:46:01 +02:00
..
meson.build build/meson: drop libnm_log_core_dep dependency 2021-02-28 10:42:04 +01:00
nm-logging.c platform: make global logging cache for NMPlatform's sysctl values thread-safe 2021-03-08 22:29:01 +01:00
nm-logging.h logging: add _nm_log_full() macro 2021-04-12 16:46:01 +02:00