NetworkManager/src/platform
Thomas Haller 45c85a0d6b logging: declare default logging macros in "nm-logging.h"
The logging macros _LOGD(), etc. are specific to each
file as they format the message according to their context.

Still, they were cumbersome to define and their implementation
was repeated over and over (slightly different at times).

Move the declaration of these macros to "nm-logging.h".
The source file now only needs to define _NMLOG(), and either
_NMLOG_ENABLED() or _NMLOG_DOMAIN.

This reduces code duplication and encourages a common implementation
and usage of these macros.

(cherry picked from commit ad7cdfc766)
2015-08-20 18:05:43 +02:00
..
tests platform/tests: fix assertion for test-link for team device 2015-08-06 18:06:19 +02:00
wifi core: avoid ioctls on non existent devices 2015-08-11 18:38:56 +02:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c platform: replace addr/route exists() functions by get() 2015-07-14 13:44:57 +02:00
nm-fake-platform.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-linux-platform.c logging: declare default logging macros in "nm-logging.h" 2015-08-20 18:05:43 +02:00
nm-linux-platform.h platform: add priv pointer to NMLinuxPlatform 2015-06-21 15:23:34 +02:00
nm-platform-utils.c core: avoid ioctls on non existent devices 2015-08-11 18:38:56 +02:00
nm-platform-utils.h core: avoid ioctls on non existent devices 2015-08-11 18:38:56 +02:00
nm-platform.c logging: declare default logging macros in "nm-logging.h" 2015-08-20 18:05:43 +02:00
nm-platform.h platform: replace addr/route exists() functions by get() 2015-07-14 13:44:57 +02:00
nmp-object.c logging: declare default logging macros in "nm-logging.h" 2015-08-20 18:05:43 +02:00
nmp-object.h platform/trivial: fix name of enum value OBJECT_TYPE_UNKNOWN 2015-06-24 16:40:11 +02:00