Go to the documentation of this file. 1 #ifndef E_DBUS_PRIVATE_H
2 #define E_DBUS_PRIVATE_H
8 #ifndef E_DBUS_COLOR_DEFAULT
9 #define E_DBUS_COLOR_DEFAULT EINA_COLOR_CYAN
12 #define DBG(...) EINA_LOG_DOM_DBG(_e_dbus_log_dom, __VA_ARGS__)
13 #define INFO(...) EINA_LOG_DOM_INFO(_e_dbus_log_dom, __VA_ARGS__)
14 #define WARN(...) EINA_LOG_DOM_WARN(_e_dbus_log_dom, __VA_ARGS__)
15 #define ERR(...) EINA_LOG_DOM_ERR(_e_dbus_log_dom, __VA_ARGS__)