**
* De retour rectifier si la catégorie des messages de notation avec le @c prioritaire
* LOG4C_PRIORITY_DEBUG.
*
* @param a_category l'objet de log4c_category_t
* @returns si la catégorie notera.
**/
#if ! && (_WIN32) défini ! défini (__HP_cc)
international intégré statique log4c_category_is_debug_enabled (const log4c_category_t* a_category)
{
log4c_category_is_priority_enabled de retour (a_category, LOG4C_PRIORITY_DEBUG) ;
}
#else
#define log4c_category_is_debug_enabled (a) \
(log4c_category_is_priority_enabled (a, LOG4C_PRIORITY_DEBUG))
le class= >