Lines Matching refs:category
36 * Set up a logging category according to the named.conf data
43 isc_logcategory_t *category;
49 category = isc_log_categorybyname(ns_g_lctx, catname);
50 if (category == NULL) {
52 "unknown logging category '%s' ignored",
73 result = isc_log_usechannel(logconfig, channelname, category,
199 (void)cfg_map_get(channel, "print-category", &printcat);
303 (void)cfg_map_get(logstmt, "category", &categories);
308 const cfg_obj_t *category = cfg_listelt_value(element);
309 CHECK(category_fromconf(category, logconfig));
311 catname = cfg_tuple_get(category, "name");
316 catname = cfg_tuple_get(category, "name");