#include <limal/apparmor-notifications/config.h>
#include <limal/Logger.hpp>
#include <libintl.h>
Go to the source code of this file.
Defines | |
| #define | LOGIT(level, message) LIMAL_SLOG(limal::Logger("apparmor-notifications"), level, message) |
| #define | i18n_domain "apparmor-notifications" |
| #define | __(MSG) dgettext( i18n_domain, (MSG) ) |
| #define __ | ( | MSG | ) | dgettext( i18n_domain, (MSG) ) |
Internationalization helper macro.
| #define i18n_domain "apparmor-notifications" |
Text domain for the apparmor-notifications library.
| #define LOGIT | ( | level, | |||
| message | ) | LIMAL_SLOG(limal::Logger("apparmor-notifications"), level, message) |
Logging helper macro for the apparmor-notifications library.
1.5.3