NetworkManager/src/platform
Thomas Haller ad7cdfc766 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.
2015-08-20 11:15:13 +02:00
..
tests all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
wifi core: avoid ioctls on non existent devices 2015-08-11 18:31:46 +02:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +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 11:15:13 +02:00
nm-linux-platform.h platform: add priv pointer to NMLinuxPlatform 2015-06-17 11:41:42 +02:00
nm-platform-utils.c core: avoid ioctls on non existent devices 2015-08-11 18:31:46 +02:00
nm-platform-utils.h core: avoid ioctls on non existent devices 2015-08-11 18:31:46 +02:00
nm-platform.c logging: declare default logging macros in "nm-logging.h" 2015-08-20 11:15:13 +02:00
nm-platform.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nmp-object.c logging: declare default logging macros in "nm-logging.h" 2015-08-20 11:15:13 +02:00
nmp-object.h platform/trivial: fix name of enum value OBJECT_TYPE_UNKNOWN 2015-06-24 16:09:57 +02:00