#include <log.h>
Data Fields | |
const char * | name |
unsigned int | id |
An array of isc_logcategory structures names each category, and the id value is initialized by calling isc_log_registercategories.
Definition at line 97 of file log.h.
const char* isc_logcategory::name |
Definition at line 98 of file log.h.
Referenced by isc_log_categorybyname(), isc_log_doit(), and isc_log_registercategories().
unsigned int isc_logcategory::id |
Definition at line 99 of file log.h.
Referenced by isc_log_categorybyname(), isc_log_doit(), isc_log_registercategories(), and isc_log_usechannel().