/**
* Keer waar terug als de categorie berichten met prioriteit @c zal registreren
* LOG4C_PRIORITY_DEBUG.
*
* @param a_category het voorwerp log4c_category_t
* @returns of de categorie zal registreren.
**/
#if! bepaalde (_WIN32) &&! bepaald (__HP_cc)
statisch gealigneerd int. log4c_category_is_debug_enabled (const a_category log4c_category_t*)
{
a_category terugkeer log4c_category_is_priority_enabled (, LOG4C_PRIORITY_DEBUG);
}
#else
#define log4c_category_is_debug_enabled (a) \
(log4c_category_is_priority_enabled (a, LOG4C_PRIORITY_DEBUG))
#endif |