5542df09597c479be604da0ece8271cbc6fd9c4a |
|
04-Mar-2000 |
David Lawrence <source@isc.org> |
When loading a configuration file, set log defaults if and only if no
"category default" clause was found in a logging statement.
When setting defaults, use ISC_LOGCATEGORY_DEFAULT for the category parameter
instead of NULL.
Don't do the isc_log{category,module}byname lookup every time through the
loop in logconf.c:category_fromconf(); it can be done just once, before
entering the loop. |
edcd1247ad7e81bb8b430e610d9718f64c70f05d |
|
26-Feb-2000 |
David Lawrence <source@isc.org> |
isc_log_create now has three parameters, the additional one used to
return an isc_logconfig_t. isc_log_cretechannel and isc_log_usechannel
now take an isc_logconfig_t instead of an isc_log_t; this is to address
reconfiguration in a multithreaded environment.
isc_logconfig_create, isc_logconfig_get, isc_logconfig_use and
isc_logconfig_destroy were added to work with the new isc_logconfig_t type.
isc_logregister_categories and dns_log_init are now both void rather than
returning isc_result_t. |